{% extends "bootstrap/base.html" %} {% import "bootstrap/utils.html" as utils %} {% block title %}Elite: Dangerous Long Range Router{% endblock %} {% block scrips %} {% endblock %} {% block styles %} {{super()}} {% endblock %} {% block navbar %} {% endblock %} {% block content %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category,message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %} {# application content needs to be provided in the app_content block #} {% block app_content %}{% endblock %}
{% endblock %}