{{ define "main" }}
{{ if .Site.Params.article.showBreadcrumbs | default false }} {{ partial "breadcrumbs.html" . }} {{ end }}

{{ .Title | emojify }}

{{ partial "article-meta.html" . }} {{ if and .Draft .Site.Params.article.showDraftLabel }} {{ partial "badge.html" (i18n "article.draft" | emojify) }} {{ end }}
{{ .Content | emojify }}
{{/* Comments */}} {{ if templates.Exists "partials/comments.html" }} {{ partial "comments.html" . }} {{ end }}
{{ end }}