{{/* Used for the "2020" and other year gallery pages, for example. */}} {{ define "main" }}

{{ .Title }}


{{ .Content }}
{{ range (where .Site.RegularPages "Type" "art") }} {{ if and (eq (.Date.Format "2006") $.Title) (not (.Params.guest)) }} {{ partial "render-art" . }} {{ end }} {{ end }}
{{ end }} {{ define "head" }} {{ partial "gallery-js" . }} {{ end }}