{% extends "layout.html" %} {% block body %}

{{ run }} query result

{% for p in clusters %} {% endfor %}
id {{ p[0] }}
{% endblock %}