If I set an attribute in a template instance, i.e.
index.setAttribute("locale", Locale.CANADA_FRENCH);
Then how can I read the attribute locale in the template?
{attributes['locale']}
, {attribute['locale']}
, {attributes.get('locale'}
don't work.