{{ define "main" }}

{{ .Title }}

{{ 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 }} {{ partial "section-index.html" . }} {{ if (and (not .Params.hide_feedback) (.Site.Params.ui.feedback.enable) (.Site.GoogleAnalytics)) }} {{ partial "feedback.html" . }}
{{ end }} {{ if (.Site.DisqusShortname) }}
{{ partial "disqus-comment.html" . }} {{ end }} {{ partial "page-meta-lastmod.html" . }}
{{ end }}