{% block title %}{{ PROJECT_NAME }}{% endblock %}{% block body %}{% endblock %} {% block navBar %} {% if bFullRender|default_if_none:True %} {% comment %}
{% endcomment %} {% include "dist/project/navBar.html" %} {% comment %}
{% endcomment %} {% endif %} {% endblock %} {% block menuBar %} {% comment %} {% if bFullRender|default_if_none:True %} {% endcomment %} {% comment %} No if bFullRender|default_if_none:True as we want to reload it completely from the python view in order to update the menuBar (like plotDB, API titles etc...) {% endcomment %}
{% include "dist/project/menuBarV1.html" %}
{% comment %} {% endif %} {% endcomment %} {% endblock %} {% include "dist/project/variablesInjection.html" %} {% if bFullRender|default_if_none:True %}