{{ define "main" }}

{{ .Title }}

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