diff --git a/website/templates/html/outer.html b/website/templates/html/outer.html index 0f0f4002ea1..462f4dd7969 100644 --- a/website/templates/html/outer.html +++ b/website/templates/html/outer.html @@ -1,6 +1,7 @@ {% extends "lib/templates/base.html" %} {% block body %} + {% include "app/website/templates/html/navbar.html" %}
{% if shopping_cart_enabled -%} @@ -23,7 +24,6 @@
{{ banner_html }}
{% endif %}
- {% include "app/website/templates/html/navbar.html" %}
{%- block content -%} {%- endblock -%}