{% extends "layouts/base.html" %} {% block content %} {% for site in data["sites"] %}
{{site.name}}
{% endfor %} {% endblock %}