Finished
This commit is contained in:
18
pages/templates/blog.html
Normal file
18
pages/templates/blog.html
Normal file
@ -0,0 +1,18 @@
|
||||
{{define "title"}}
|
||||
GOTH // Blog
|
||||
{{end}}
|
||||
|
||||
{{define "headercontent"}}
|
||||
GOTH // Blog
|
||||
{{end}}
|
||||
|
||||
{{define "head"}}
|
||||
{{end}}
|
||||
|
||||
{{define "main"}}
|
||||
<section class="flex flex-row flex-wrap gap-2 justify-center align-middle">
|
||||
{{range .Posts}}
|
||||
{{template "cardlinks" .}}
|
||||
{{end}}
|
||||
</section>
|
||||
{{end}}
|
Reference in New Issue
Block a user