21 lines
362 B
HTML
21 lines
362 B
HTML
![]() |
{{define "title"}}
|
||
|
Atridad Lahiji // Post
|
||
|
{{end}}
|
||
|
|
||
|
{{define "headercontent"}}
|
||
|
Atridad Lahiji // 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}}
|