{{ define "main" }}

{{ .Title }}

{{ .Description }}

{{ if or (ne .Params.toc false) (ne .Params.toc "false") }}
Contents
{{ .TableOfContents }}
{{ end }}
{{- $postMetaTop := false }} {{- $postMetaBottom := false }} {{- range site.Params.position.postMeta }} {{- if eq .content "top" }} {{- $postMetaTop = true }} {{- else if eq .content "bottom" }} {{- $postMetaBottom = true }} {{- end }} {{- end }} {{ if or (and site.Params.social.share (eq site.Params.position.social.share "top")) (and site.Params.position.postMeta $postMetaTop) (and (site.Params.position.postMeta.tags.content) (eq site.Params.position.postMeta.tags.content "top")) }}
{{- if and site.Params.position.postMeta $postMetaTop }} {{ end }} {{ if and site.Params.social.share (ne site.Params.position.social.share "bottom") }}
Share on:  
{{ if in site.Params.social.share "facebook" }}    {{ end }} {{ if in site.Params.social.share "twitter" }}    {{ end }} {{ if in site.Params.social.share "linkedin" }}    {{ end }} {{ if in site.Params.social.share "telegram" }}    {{ end }} {{ if in site.Params.social.share "whatsapp" }}    {{ end }} {{ if in site.Params.social.share "reddit" }}    {{ end }} {{ if in site.Params.social.share "email" }} {{ end }}
{{ end }}
{{ if and (site.Params.position.postMeta.tags.content) (eq site.Params.position.postMeta.tags.content "top") }}
{{- range .Params.tags -}} #{{ . | humanize | upper }} {{- end -}}
{{ end }}
{{ end }}
{{ .Content }}
{{ if or (and site.Params.social.share (eq site.Params.position.social.share "bottom")) (and site.Params.position.postMeta $postMetaBottom) (and (site.Params.position.postMeta.tags.content) (eq site.Params.position.postMeta.tags.content "bottom")) }}
{{- if and site.Params.position.postMeta $postMetaBottom }} {{ end }} {{ if and site.Params.social.share (eq site.Params.position.social.share "bottom") }}
Share on:  
{{ if in site.Params.social.share "facebook" }}    {{ end }} {{ if in site.Params.social.share "twitter" }}    {{ end }} {{ if in site.Params.social.share "linkedin" }}    {{ end }} {{ if in site.Params.social.share "telegram" }}    {{ end }} {{ if in site.Params.social.share "whatsapp" }}    {{ end }} {{ if in site.Params.social.share "reddit" }}    {{ end }} {{ if in site.Params.social.share "email" }} {{ end }}
{{ end }}
{{ if and (site.Params.position.postMeta.tags.content) (ne site.Params.position.postMeta.tags.content "top") }}
{{- range .Params.tags -}} #{{ . | humanize | upper }} {{- end -}}
{{ end }}
{{ end }}
{{ if site.DisqusShortname }}
{{ if eq hugo.Environment "production" -}} {{ template "_internal/disqus.html" . }} {{ else }}

This is where Disqus comments would appear on production website.

{{ end }}
{{ end }}
{{ end }}