Template
1
0
Fork 0
goth.stack/pages/templates/post.html

19 lines
No EOL
280 B
HTML

{{define "title"}}
GOTH // Post
{{end}}
{{define "headercontent"}}
GOTH // Post
{{end}}
{{define "head"}}
{{end}}
{{define "main"}}
{{.Content}}
{{end}}
{{define "foot"}}
<script src="/public/js/htmx.base.js"></script>
<script src="/public/js/hyperscript.js"></script>
{{end}}