{% extends "base.html" %} {% block title %}Overview{% endblock %} {% block content %} {% for stack in stacks %} {{stack}} {% endfor %} {% endblock %}