{% extends widget.get_base_template %} {% load divide %} {% block content %} {% block items %} {% for row in widget.get_rows %}
{% for item in row %}
{% include widget.get_item_template with link=item %}
{% endfor %}
{% endfor %} {% endblock %} {% endblock %}