Template
1
0
Fork 0
goth.stack/pages/templates/post.html
2024-02-03 00:03:57 -07:00

17 lines
No EOL
182 B
HTML

{{define "title"}}
GOTH // Post
{{end}}
{{define "headercontent"}}
GOTH // Post
{{end}}
{{define "head"}}
{{end}}
{{define "main"}}
{{.Content}}
{{end}}
{{define "foot"}}
{{end}}