{% extends 'homepage/base.html' %} {% block content %} {% for application in application_list %}

{{ application.name }}

{% endfor %} {% endblock %}