{{ define "main" }} {{ partial "nav.html" . }}

{{ .Title }}

{{- with .Description -}}

{{ . }}

{{- end -}} {{/* Byline: date and/or author */}} {{- $hasDate := not .Date.IsZero -}} {{- $hasAuthor := .Params.author -}} {{- if or $hasDate $hasAuthor -}}

{{- if $hasDate -}} {{- end -}} {{- if and $hasDate $hasAuthor -}} {{- end -}} {{- with .Params.author -}} {{ . }} {{- end -}}

{{- end -}} {{/* Tags */}} {{- with .GetTerms "tags" -}} {{- end -}}
{{ .Content }} {{/* ── Prev / Next footer ──────────────────────────────────────── */}} {{- if or .PrevInSection .NextInSection -}} {{- end -}}
{{ end }}