{% extends widget.get_base_template %} {% block content %} {% block items %} {% for row in widget.get_rows %}
{% for item in row %}
{% include "widget/linkmenu/_icon.html" with link=item %}
{% endfor %}
{% endfor %} {% endblock %} {% endblock %}