{% block doc -%} {%- block html %} {%- block head %} {% block title %}{{ title|default }}{% endblock title %} {%- block metas %} {%- endblock metas %} {%- block styles %} {%- endblock styles %} {%- endblock head %} {% block body -%} {% block navbar %}
{{ lab_name }} Dynamic Inventory
{% if current_user.is_authenticated %} {% else %} SSO Login {% endif %}
{{ nav.navbar.render(renderer="BootStrapRender5") }}
{%- endblock navbar %} {% block content -%}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %} {% block page_content %} {% endblock %}
{%- endblock content %} {% block footer %}

QUADS: the infrastructure deployment time machine.

{%- endblock footer %} {% block scripts %} {%- endblock scripts %} {%- endblock body %} {%- endblock html %} {% endblock doc -%}