grannysmith-technical/layouts/_default/single.html
2023-08-09 19:27:08 +02:00

10 lines
222 B
HTML

{{ define "main" }}
<article>
<a href="..">go up</a>
<header>
<h1>{{ .Title }}</h1>
<h2>{{ .Description }}</h2>
</header>
{{ .Content }}
</article>
{{ end }}