{%- from "_macros.html" import nav_link, nav_dropdown_item with context -%} {% if page_title %}{{ page_title }} | {% endif %}Sentinel View {% if dynfwhost %} {% endif %}
{%- with messages = get_flashed_messages(with_categories=True) %} {%- if messages %} {%- for category, message in messages %} {%- endfor %} {%- endif %} {%- endwith %}

{{page_title}}

{%- if breadcrumbs|length > 1 %} {%- endif %} {%- block body %}{% endblock %}
{%- block body_end %}{% endblock %}