{{- $path := .Get "path" -}} {{ $glob := .Get "glob" -}} {{ $resources := slice -}} {{ with $glob -}} {{ $bundle := site.GetPage $path -}} {{ $resources = $bundle.Resources.Match $glob -}} {{ else -}} {{ $bundle := site.GetPage (path.Dir $path) -}} {{ $resources = $bundle.Resources.Match (path.Base $path) -}} {{ end -}} {{ range $resources -}} {{ .Content }} {{ end -}}