{% load static %} {% block extra_css %}{% endblock %} {% include 'web/partials/navbar.html' %} {% include 'web/partials/alerts.html' %}
{% block content %}{% endblock %}
{% include 'web/partials/footer.html' %} {% block extra_js %}{% endblock %}