{% extends "base.html" %} {% block content %} {% for app in apps %} {{app.name}} {% endfor %} {% endblock %}