grannysmith-technical/layouts/_default/LuaFunctions.html

13 lines
298 B
HTML
Raw Normal View History

2023-08-09 21:36:20 +00:00
{{ define "main" }}
{{ partial "header.html" }}
2023-08-09 21:36:20 +00:00
<article>
<header>
<h1><code>{{ .Title }}</code> {{ .Description }}</h1>
</header>
{{ .Content }}
<footer>
{{ partial "categories.html" }}
</footer>
2023-08-09 21:36:20 +00:00
</article>
{{ end }}