From 095248277e79595120626645210bcfba160e7382 Mon Sep 17 00:00:00 2001 From: Mandel Olaiya Date: Fri, 3 Apr 2026 22:12:20 +0200 Subject: [PATCH] Route engine header partial to Carbasa header --- mandelstudio/templates/engine/partials/header.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 mandelstudio/templates/engine/partials/header.html diff --git a/mandelstudio/templates/engine/partials/header.html b/mandelstudio/templates/engine/partials/header.html new file mode 100644 index 0000000..8e9cae8 --- /dev/null +++ b/mandelstudio/templates/engine/partials/header.html @@ -0,0 +1,6 @@ +{% comment %} +Project-level header override: +force engine pages to render the Carbasa header instead of +the template_engine fallback header. +{% endcomment %} +{% include "carbasa/headers/header.html" %}