+ {% endif %}
+
+ {% if navbar_fixed %}
+
+ {% endif %}
{% block sidenav %}
{% if current_user.is_authenticated %}
{% include "_base/sidenav.html.j2" %}
@@ -41,6 +67,7 @@
+ {% block scripts %}
+ {% include "_base/scripts.html.j2" %}
+ {% endblock scripts %}
+
{% endblock body %}
{% endblock html %}