{{ define "main" }}

{{ .Title | markdownify }}

{{ .Content }} {{ range $.Site.Home.Sections }}

{{ .Title | markdownify }}

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

{{ .Content }}

{{ range .Sections -}} {{ .Title | markdownify }}
{{ end -}}
{{ end }}
{{ end }}