grannysmith-technical/layouts/_default/LuaFunctions.html

10 lines
218 B
HTML
Raw Normal View History

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