{% extends "base.html" %} {% block content %}

This certainly is a page

{% for host in hosts %}

{{ host.fqdn }}

Environment
{{ host.environment }}
Classes
    {% for cls in host.classes %} {% with id = 'r' + str(random.getrandbits(64)) %}
  • {% endwith %} {% endfor %}
{% endfor %}
{% endblock %}