grannysmith-technical/layouts/_default/single.old.html

11 lines
223 B
HTML
Raw Normal View History

2023-08-09 17:27:08 +00:00
{{ define "main" }}
{{ partial "header.html" }}
2023-08-09 17:27:08 +00:00
<article>
<header>
<h1>{{ .Title }}</h1>
<h2>{{ .Description }}</h2>
</header>
{{ .Content }}
</article>
{{ end }}