{{ with .Params.description }}
{{ . | markdownify }}
{{ end }} {{ if (and (not .Params.hide_readingtime) (.Site.Params.ui.readingtime.enable)) }} {{ partial "reading-time.html" . }} {{ end }} {{ .Content }} {{ if (and (not .Params.hide_feedback) (.Site.Params.ui.feedback.enable)) }} {{ partial "feedback.html" .Site.Params.ui.feedback }}
{{ end }} {{ if (.Site.Params.DisqusShortname) }}
{{ partial "disqus-comment.html" . }} {{ end }}
{{ partial "page-meta-lastmod.html" . }}