I have a bundle page _index.md with a shortcode {{< gallery >}}
In this shortcode I call
{{- $resources := .Page.Resources.Match “images/*” -}}
This gives me an empty array (or do you call it a map in Go?)
Even {{- $resources := .Page.Resources -}} is empty.
The same shortcode called from a regular index.md worked. Same directory with the same images.