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

14 lines
156 B
HTML

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