{{ define "main" }}

{{ .Title | markdownify }}

{{ .Content }}

{{ range .Sections -}}

{{ .Title | markdownify }}

{{ with (index (.Resources.ByType "image") 0) }}
{{ end }}

{{ .Content }}


{{ end -}}
{{ end }}