{{ define "main_article" }}
{{ partial "module/sidebar_btn" . }}

{{ if eq .Data.Singular "tag" }} {{ else if eq .Data.Singular "category" }} {{ else if eq .Data.Singular "autor" }} {{ else }} {{ end }} {{ i18n ( lower .Title | singularize) 1 }}

{{ partial "module/breadcrumb" . }}

{{ end }}