{{- define "main" -}}

{{- .Title -}}

{{- partial "post_meta" . -}}
{{- if $.Param "socialShare" -}}
{{- partial "share-links" . -}}
{{- end -}}
{{- .Content -}}
{{- if ne .Type "page" -}} {{- end -}}
{{- $currentSection := .Section -}} {{- if $currentSection -}} {{- partial "sidebar_blog.html" . -}} {{- end -}}
{{- end -}}