{{ define "main" }}

{{ .Title }}

{{ .Params.author }} {{ T "Global.ReadTime" .ReadingTime }}

{{ if isset $.Params "cover_image" -}} {{ $.Params.cover_image_alt }} {{- end }} {{ .Content }}
⟵ back to blog index
{{ if ( not $.Params.no_comments ) }}
{{ partial "comments" }}
{{ end }}
{{ end }}