{% extends "base.html" %} {% block title %}Viewing {{stack_name}}{% endblock %} {% block content %} {{stack_name}} {{file_contents}} {% for container in containers %} {{container.name}} ({{container.image}}) : {{ container.state }} {% endfor %} {% endblock %}