diff --git a/plinth/templates/base.html b/plinth/templates/base.html index 7e07b2a41..daa2556c5 100644 --- a/plinth/templates/base.html +++ b/plinth/templates/base.html @@ -84,6 +84,7 @@ {% if refresh_page_sec is not None %} data-refresh-page-sec="{{ refresh_page_sec }}" {% endif %}> +{% block wrapper %}
@@ -283,5 +284,6 @@
+{% endblock %}