{% extends "base.html" %} {% block content-wrapper %}
{# This is overriding the normal base.html content-wrapper, #} {# so we need to include notifications here so they're displayed. #} {% block notifications %} {{ block.super }} {% endblock notifications %}
{% block content %} {% endblock content %}
{% endblock content-wrapper %}