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

Class ‘{{ title }}’

{{ env }}
Environments
Files
{% for file in cls.files %} {% endfor %}
Environment Path Checksum
{{ file.environment.name }} {{ file.path }} {{ file.checksum }}
Hosts
{% endblock %} {# ft:jinja #}