{{/* Partial used to display a grid of artwork for a specific character. This is currently hardcoded. */}}
{{ $p := slice "Juritta" }}
{{ range where .Site.RegularPages "Params.characters" "intersect" $p }}
{{ if not (.Params.guest) }}
{{ partial "render-art" . }}
{{ end }}
{{ end }}