{% for widget_name, widget in config['widgets'].items() %}
{% with properties=widget %} {% include 'widgets/' + widget_name + '.html' %} {% endwith %}
{% endfor %}