website/layouts/images/list.html

7 lines
144 B
HTML
Raw Normal View History

2022-09-28 20:49:59 +00:00
{{ define "main" }}
<main class="page-full">
2022-09-28 22:29:47 +00:00
{{ .Scratch.Set "image_list_context" "all" }}
{{ partial "images-list.html" . }}
</main>
2022-09-28 20:49:59 +00:00
{{ end }}