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

7 lines
147 B
HTML

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