{{ define "main" }}
{{ $post_class := "post-head-wrapper-text-only"}} {{ $featured_image := .Params.featured_image }} {{ if $featured_image }} {{ $post_class = "post-head-wrapper"}} {{ end }}
{{ .Title }} {{ if .Params.description }}
{{ .Params.description }}
{{ end }}
{{ if .Params.enableVue }}
{{ else }}
{{ end }} {{.Content}} {{ if not .Lastmod.IsZero }}

{{ i18n "last_mod_on" .Page.Lastmod }}

{{ end }}
{{ if eq .Params.comment false }}

{{ i18n "comments_disabled" }}

{{ else }} {{- partial "comment.html" . -}} {{ end }}
{{ end }}