grannysmith-technical/layouts/_default/single.html

11 lines
222 B
HTML
Raw Normal View History

2023-08-09 17:27:08 +00:00
{{ define "main" }}
<article>
<a href="..">go up</a>
<header>
<h1>{{ .Title }}</h1>
<h2>{{ .Description }}</h2>
</header>
{{ .Content }}
</article>
{{ end }}