{% macro widgetform(widgets) %} {% for widget in widgets %}
{{ widget.html | safe }}
{% endfor %} {% endmacro %}