{% extends "layout.html" %} {% block content %} {% for row in dashboard.items %} {{ row.render() }} {% endfor %}
{% endblock %}