Template
1
0
Fork 0
goth.stack/pages/templates/post.html
2024-02-12 14:42:16 -07:00

20 lines
No EOL
341 B
HTML

{{define "title"}}
GOTH // Post
{{end}}
{{define "headercontent"}}
GOTH // Post
{{end}}
{{define "head"}}
<link rel="stylesheet" href="/public/css/styles.post.css" />
{{end}}
{{define "main"}}
{{.Content}}
{{end}}
{{define "foot"}}
<script src="/public/js/htmx.base.js"></script>
<script src="/public/js/hyperscript.js"></script>
{{end}}