{% if title %}
{{ title }}
{% else %}
Fastr Web Client
{% endif %}
Toggle navigation
Fastr Web Client
{% for endpoint, caption in [ ('index', 'Home'), ('websocket_client', 'Websocket Client'), ('networks', 'Networks'), ('tool', 'Tools'), ('doc', 'REST API'), ('prov', 'Provenance'), ('shutdown', 'Shutdown'), ] %}
{{ caption }}
{% endfor %}
{% with messages = get_flashed_messages(with_categories=True) %} {% if messages %} {% for category, message in messages %}
{{message}}
{% endfor %} {% endif %} {% endwith %} {% block content %}{% endblock %}