{{ define "main" -}}

{{ .Site.Params.indexTitle }}

{{ .Site.Params.indexIntro }}

{{ if .Site.Menus.main -}}

{{ i18n "navLinks" }}

{{ end -}} {{ with (where .Site.RegularPages "Section" "entry").ByPublishDate.Reverse -}}

{{ i18n "journalEntries" }}

{{ range . -}} {{ partial "metadata.html" . }} {{ end -}} {{ end -}}
{{- end }}