{{ define "main" }}
{{ with .Params.description }}
{{ . | markdownify }}
{{ end }}
{{ partial "taxonomy_terms_article_wrapper.html" . }} {{ 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) (.Site.GoogleAnalytics)) }} {{ partial "feedback.html" .Site.Params.ui.feedback }}
{{ end }} {{ if (.Site.Params.DisqusShortname) }}
{{ partial "disqus-comment.html" . }} {{ end }} {{ partial "page-meta-lastmod.html" . }}
{{ end }}