{{- template "_fonts.html" . -}}
gopher://:// {{- range $i, $item := .Nav -}} {{- if ne $i 0 -}} / {{- end -}} {{- if .Current -}} {{ .Label }} {{- else -}} {{ .Label }} {{- end -}} {{- end -}}
{{- if .IsPlain -}} {{- end -}}
        {{- $content := "" -}}
        {{- $page := . -}}
        {{- range .Lines -}}
          {{- if ne $content "" -}}
            {{- $content = printf "%s\n" $content -}}
          {{- end -}}
          {{- if $page.IsPlain -}}
            {{- $content = printf "%s%s" $content (.Text | HTMLEscape) -}}
          {{- else -}}
            {{- if .Link -}}
              {{- $content = printf "%s%s" $content (printf "%s  %s" .Type .Type .Link (.Text | HTMLEscape)) -}}
            {{- else -}}
              {{- $content = printf "%s%s" $content (printf "     %s" (.Text | HTMLEscape)) -}}
            {{- end -}}
          {{- end -}}
        {{- end -}}
        {{- $content | safeHtml -}}
			
{{- template "_modals.html" . -}}