{{/* Page layout used for music page. */}} {{ define "main" }}

{{ .Title }}


{{ with resources.Get "pics/pic-music.jpg" }} {{ $avif_path := replace . ".jpg" ".avif "}} {{ with resources.Get (strings.TrimSpace $avif_path) }} {{ end }} Drawing of an art gallery with several people standing around a piece hanging on the wall. {{ end }} {{ .Content }} {{ $art := (index site.Data ($.Param "json")) }} {{ 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 }}