{% set variable = value %}
{% set (a, b) = (1, 2) %}
{% set variable2 %}
    this is the {{ body }}
{% endset %}
{% set variable3 | upper %}
    this is the {{ body }} with filter
{% endset %}
