{% for row in layout %}
{% for widget in row %} {% with 'djello/widgets/'|add:widget.widget|add:'.html' as template %} {% include template %} {% endwith %} {% endfor %}
{% endfor %}