{{ define "main" }} {{ $section := .Site.GetPage "section" .Section }}
<article class="content">
  <main>{{- .Content -}}</main>
</article>
{{ end }}