{% macro complements(parent, c, level="h4") %} {% if c %} {% for k, c in iterate_complements(c) %} <{{ level }}>{{ k | trans }} {% include k + '.html' %} {% if not loop.last %}

{% endif %} {% endfor %} {% endif %} {% endmacro %} {% include k + '.html' %}