{{ $filename := add (add "shortcodes/accordion-" (.Get "number")) ".json" }} {{ with .Site.GetPage .Page.File.Path }} {{ $resource := (.Resources.GetMatch $filename).RelPermalink }} {{ $fields := getJSON "content" $resource }}
{{ . }}
{{ end }} {{ else }} {{ .content }} {{ end }}