Files
caldwell/layouts/index.html
2025-08-07 11:35:42 +02:00

10 lines
184 B
HTML

{{ define "main" }}
<main>
<div class="content">
{{ with .Site.GetPage "/posts" }}
{{ partial "posts/list.html" . }}
{{ end }}
</div>
</main>
{{ end }}