{% extends "base.html" %} {% block body %} Clusters {% for cluster in clusters %} {{ cluster }} {% endfor %} {% endblock %}