{% extends 'base.html' %} {% block content %} {% for app in apps %}
{{ app.name }}
{% if app.urls %} {% endif %}
{% endfor %} {% endblock %}