{% macro customVar(id, customVariable) %} {% set name='customVariableName' ~ id %} {% set value='customVariableValue' ~ id %}
▼