6 lines
150 B
HTML
6 lines
150 B
HTML
|
{{ define "main" }} {{ $section := .Site.GetPage "section" .Section }}
|
||
|
<article class="content">
|
||
|
<main>{{- .Content -}}</main>
|
||
|
</article>
|
||
|
{{ end }}
|