{{ with .Params.Title }}
{{ end }}
{{ template "_internal/pagination.html" . }}
{{ partial "breadcrumbs.html" . }}
{{ . }}
{{end}} {{ .Content }} {{ range (.Paginator 5).Pages }}
{{ with .Params.Author }}
person_outline By: {{ . }}
{{end}}
{{ if eq .Section "events" }}
{{ with .Params.EventDate }}
event {{ . }}
{{end}}
{{ else }}
{{ with .Params.Date }}
event {{ .Format "January 2, 2006" }}
{{end}}
{{end}}
{{ if eq .Section "blog" }}
timer Read Time: {{.ReadingTime}} minutes
{{end}}
{{ with .Params.Location }}
location_on {{ . }}
{{end}}
{{ partial "page-edit.html" . }}