I wish to pass multiple variables for different page parts to a volt template. Being new to this, I want to make sure I handle it the preferred way.
Some example page elements:
page header (title)
body text (story)
media image (image_1)
some other element (misc_1)
Some may be able to be grouped by a query (ex: tltle/story), but others are not directly related via a query result set.
What is the best approach to this?
Many thanks!