From bced133d909c8e981fba6424a53fca39b41305a2 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Wed, 19 Nov 2025 16:32:16 -0800 Subject: [PATCH] templates: Allow building pages without navigation bar and footer Tests: - Functional tests of many apps pass with the patch. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/templates/base.html | 2 ++ 1 file changed, 2 insertions(+) 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 %}