{{ define "main" }} {{ "" | safeHTML }}

{{ if .Draft }}DRAFT: {{end}}{{ .Params.title }}

{{ with .Params.subtitle }}

{{ . }}

{{ end }}
{{ with .Params.images }} {{ end }} {{ .Content }} {{ if or .Params.tags .Params.date }}
{{ with .Params.tags }}

Tags: {{ range $index, $key:= . }} {{ if $index }}, {{ end }} {{ if gt (len $key) 0 }} #{{ $key }} {{ end }} {{/* if gt len */}} {{ end }} {{/* range */}}

{{ end }} {{/* if tags */}} {{ with .Params.date }}

Published: {{ . | dateFormat "January 2, 2006"}}

{{ end }}
{{ end }} {{/* if meta */}}
{{ end }}