{{ define "main" }} {{ if or (eq .Section "article") (eq .Section "articles") (eq .Section "blog") (eq .Section "blogs") (eq .Section "news") (eq .Section "categories") (eq .Section "tags") }}
{{ partial "breadcrumb.html" . }}

{{.Title | markdownify | humanize }}

{{ range .Data.Pages }} {{ .Render "post"}} {{ end }}
{{ partial "sidebar.html" . }}
{{ else }} {{ .Render "default" }} {{ end }} {{ end }}