{{ define "main" -}}

{{ .Title }}

{{ if $.Param "submitted" | default false }}{{ partial "submitted.html" . }}{{ end -}} {{ if .Params.tags }}{{ partial "tags.html" . }}{{ end -}}
{{ .Content }} {{ if ne .Lastmod .Date }}{{ partial "dates.html" . }}{{ end -}}
{{ end }}