{% extends "layout/main.html" %} {% block content %}
{% for cluster in clusters %} {% include "partials/cluster.html" %} {% endfor %}
{% endblock %}