{% set shell = tapdb_gui_host_shell(request) %}
{% block title %}TapDB{% endblock %}
{% for stylesheet in shell.extra_stylesheets %}
{% endfor %}
{% if shell.active and shell.app_name %}{{ shell.app_name }} / {% endif %}TapDB
{% for nav in shell.nav_links %}
{{ nav.label }}
{% endfor %}
Search
Templates
Readiness
Meridian
Metrics
{{ user.display_name or user.username }} ยท {{ user.role }}
{% block content %}{% endblock %}