github.io/layouts/_default/single.html

8 lines
127 B
HTML

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