7 lines
148 B
HTML
7 lines
148 B
HTML
{{ define "main" }}
|
|
<article class="post">
|
|
<!-- Hero section will be rendered by the hero shortcode -->
|
|
{{ .Content }}
|
|
</article>
|
|
{{ end }}
|