{{- template "_fonts.html" . -}}
gemini://:// {{- range $i, $item := .Nav -}} {{- if ne $i 0 -}} / {{- end -}} {{- if .Current -}} {{ .Label }} {{- else -}} {{ .Label }} {{- end -}} {{- end -}}
{{- range .Sections -}} {{- if eq .Type "RAW_TEXT" -}}
```
{{- .Text -}}
{{- else if eq .Type "REFLOW_TEXT" -}}

{{- .Text -}}

{{- else if eq .Type "LINK" -}} {{- $linkCls := "link" -}} {{- $url := string .URL -}} {{- if or (hasSuffix $url ".jpg") (hasSuffix $url ".jpeg") (hasSuffix $url ".png") (hasSuffix $url ".gif") -}} {{- $linkCls = "link--IMG" -}} {{- end -}} {{- else if eq .Type "HEADING_1" -}}
#

{{- .Text -}}

{{- else if eq .Type "HEADING_2" -}}
##

{{- .Text -}}

{{- else if eq .Type "HEADING_3" -}}
###

{{- .Text -}}

{{- else if eq .Type "LIST" -}}
    {{- range .Items -}}
  • {{- . -}}
  • {{- end -}}
{{- end -}} {{- end -}}
{{- template "_modals.html" . -}}