atri.dad/pages/templates/post.html
Atridad Lahiji 8b40a4b1c1
All checks were successful
Docker Deploy / build-and-push (push) Successful in 1m18s
Switched to the OG CLI
2025-03-02 01:00:52 -06:00

22 lines
327 B
HTML

{{define "title"}}
Atridad Lahiji // Post // {{.Name}}
{{end}}
{{define "description"}}
{{.Description}}
{{end}}
{{define "navcontent"}}
Atridad Lahiji // Post // {{.Name}}
{{end}}
{{define "head"}}
{{end}}
{{define "main"}}
{{.Content}}
{{end}}
{{define "foot"}}
<script src="/public/js/hyperscript.js"></script>
{{end}}