bcarlin.net/layouts/section.html

9 lines
127 B
HTML

{{ define "main" }}
<article>
<header>
<h1>{{ .Title }}</h1>
</header>
{{ .Content }}
<article>
{{ end }}