[Question] Image/Instance templates: is it possible to parse variable as structural data in the template?

I’m looking for ability to extend images with additional templates and I would like to understand whether Incus daemon can pass the config variable as structured data (like lists and/or maps), or it passes all variables as plain strings.

My understanding after reviewing the code - config variables are passed to template as string values only