{{ define "main" -}}

{{ .Title }}

{{ with .Params.tagline }}{{ . }}{{ end }} {{ if not (in (slice "page" "event") .Type) -}}
{{- end }} {{ if eq .Type "event" -}} {{ with .Params.eventdate }} {{ $d := . | time.AsTime }}
{{ end }} {{- end}}
{{ .Content }}
{{ $Site := .Site }} {{ with .Params.elements }} {{ range . }} {{ partial . ( dict "Site" $Site ) }} {{ end }} {{ end }} {{ partial "tags.html" . }} {{/* {{ if (and (ne .Params.DisableShare true) (ne .Params.disable_share true)) -}} {{ partial "share.html" . }} {{- end }} */}} {{ if (and .Site.DisqusShortname (ne .Params.DisableComments true) (ne .Params.disable_comments true)) -}}

Comments

{{ template "_internal/disqus.html" . }}
{{- end }}
{{- end }}