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

{{ .Title }}


{{ .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 }}