{{ widget.label or widget.id }}
{% for child in widget.children %} {% set widget = child %} {% include "widgets/" + child.type + ".html" ignore missing %} {% endfor %}