{{ define "main" }}
{{ if .Params.thumbnail }}
Thumbnail image
{{ end }}

{{ title .Title }}

{{ if or (eq .Type "post") (eq .Type .Site.Params.postSectionName) }} {{ end }} {{- partial "expirationnote.html" . -}} {{- if (eq .Params.toc true) -}} {{- partial "toc.html" . -}} {{- end -}} {{ .Content }}
{{ with .Page.Params.Categories }} {{ partial "taxonomy/categories.html" . }} {{ end }} {{ with .Page.Params.Tags }} {{ partial "taxonomy/tags.html" . }} {{ end }}
{{ if and (or (eq .Type "post") (eq .Type .Site.Params.postSectionName)) (ne .Page.Params.disableComments true) }} {{- if .Site.DisqusShortname -}}

{{ i18n "comments" }}

{{ template "_internal/disqus.html" . }}
{{- end -}} {{- if .Site.Params.utterances.repo -}}

{{ i18n "comments" }}

{{ partial "comments/utterances.html" . }}
{{- end -}} {{- if .Site.Params.giscus.repo -}}

{{ i18n "comments" }}

{{ partial "comments/giscus.html" . }}
{{- end -}} {{- if .Site.Params.CommentoURL -}}

{{ i18n "comments" }}

{{ partial "comments/commento.html" . }}
{{- end -}} {{- if .Site.Params.gitalk.repo -}}

{{ i18n "comments" }}

{{ partial "comments/gitalk.html" . }}
{{- end -}} {{ end }}
{{ end }}