{% set fruit = 'apple' %} {% set name, age = 'Tom', 20 %} {# tuple unpacking works inside templates too #}