Thanks. There will only be 2-3 sponsors.
Is there a way I can use the same structure, but not have to repeat the same logic and hard code the path to each sponsor? I would use a range, but it seems you can’t range over headless bundles.
I’m looking for something like this:
{{$headlessbundle := .Site.GetPage "/sponsors/%s" (some_variable)}}
where some variable would be sponsor1, sponsor2.