{{ define "main" }}

{{ .Title }}

{{ if .Params.Subtitle }}

{{ .Params.Subtitle }}

{{ end }} {{ if .Params.context }} {{ $url := urls.Parse .Params.context.url }}

{{ $url.Host }}

{{ end }} {{ $dateMachine := .Date | time.Format "2006-01-02T15:04:05-07:00" }} {{ $dateHuman := .Date | time.Format ":date_long" }} {{ if .Params.toc }}{{ end }} {{ .Content }} {{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }} {{ end }}