{% extends "base.html" %} {% block content %}
{% for name, hosts in host_groups.items %} {% endfor %}
Host Farm
{{ name }}
{% endblock %}