docs.xiv.zone/themes/mytheme/layouts/index.html

8 lines
70 B
HTML
Raw Normal View History

2022-07-16 18:54:44 -04:00
{{ define "main" }}
<h2>{{ .Title }}</h2>
2022-07-16 18:54:44 -04:00
{{ .Content }}
2022-07-16 18:54:44 -04:00
{{ end }}