1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2025-01-26 19:50:06 +00:00
seirdy.one/layouts/index.html

8 lines
148 B
HTML
Raw Normal View History

2022-05-31 17:11:52 -07:00
{{ define "main" -}}
2022-05-01 21:04:49 -07:00
<main>
{{ partial "processed-content.html" . }}
{{ partial "posts.html" . }}
{{ partial "webrings.html" . }}
2022-05-01 21:04:49 -07:00
</main>
{{ end }}