{% extends "base.html" %} {% block main %}
{% for widget in widgets %}

{{ widget[0] }}

{% endfor %}
{% endblock %}