diff --git a/app/templates/base.j2 b/app/templates/base.j2 index a496c4c51..48d8b8eff 100644 --- a/app/templates/base.j2 +++ b/app/templates/base.j2 @@ -64,11 +64,14 @@ {% block content %}
{% include "flashed_messages.j2" %} + +
+
{# application content needs to be provided in the app_content block #} {% block app_content %}{% endblock %}