atri.dad/pages/templates/post.html
Atridad Lahiji 862ff8e546
All checks were successful
Docker Deploy / build-and-push (push) Successful in 57s
Fixed formatting and added description
2025-01-11 23:08:39 -06:00

23 lines
383 B
HTML

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