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