website/layouts/images/list.html
2022-09-29 19:13:45 +02:00

7 lines
144 B
HTML

{{ define "main" }}
<main class="page-full">
{{ .Scratch.Set "image_list_context" "all" }}
{{ partial "images-list.html" . }}
</main>
{{ end }}