{{ define "main" }}

{{ .Title }}


{{ .Content }} {{ $art := (index site.Data ($.Param "json")) }} {{ $newgrounds_icon := resources.Get "newgrounds.webp" }} {{ range $art.categories }} {{ $.Scratch.Set "header-type" "h3" }} {{ $.Scratch.Set "header-name" .name }} {{ partial "fake-heading.html" $ }}

{{ .description }}

{{ range sort .years "year" "desc" }} {{ $.Scratch.Set "header-type" "h4" }} {{ $.Scratch.Set "header-name" .year}} {{ partial "fake-heading.html" $ }} {{ end }} {{ end }} {{ end }}