grannysmith-technical/layouts/post.html

13 lines
259 B
HTML
Raw Normal View History

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