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