Files
2020-05-14 12:10:15 +04:00

13 lines
213 B
HTML

{{ define "main" }}
<section class="section narrow">
{{ partial "page/hero.html" . }}
<article id="articleContent" class="post-content">
{{ .Content }}
</article>
</section>
{{ end }}