grannysmith-technical/layouts/_default/single.html
magmaus3 e46e36412d
more taxonomy changes + separate header
too eepy to write a proper commit message
2023-08-10 00:16:46 +02:00

10 lines
223 B
HTML

{{ define "main" }}
{{ partial "header.html" }}
<article>
<header>
<h1>{{ .Title }}</h1>
<h2>{{ .Description }}</h2>
</header>
{{ .Content }}
</article>
{{ end }}