Listing 12.2. Makrodefinicja str
{% macro str(c) %}
    {% if c.strona is defined %}
        <div>{{ c.strona }}</div>
    {% endif %}
{% endmacro %}