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" %}