{% extends "app/base.html" %} {% block head %} {% load static %} {% endblock %} {% block content %} {% if navbar %} {% include "app/navbar.html" %} {% endif %} {% if titles %} {% for title in titles %} {{ title.title }} {% endfor %} {% for title in titles %} {{ title.title }} {% endfor %} {% endif %} {{ content }} {% include "app/notifications.html" %} {% endblock %}