grannysmith-technical/layouts/_default/LuaFunctions.html
magmaus3 e46e36412d
more taxonomy changes + separate header
too eepy to write a proper commit message
2023-08-10 00:16:46 +02:00

12 lines
298 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{{ define "main" }}
{{ partial "header.html" }}
<article>
<header>
<h1><code>{{ .Title }}</code> {{ .Description }}</h1>
</header>
{{ .Content }}
<footer>
{{ partial "categories.html" }}
</footer>
</article>
{{ end }}