{% include 'flask_dashed/header.html' %}
{% if module %} {% include 'flask_dashed/breadcrumbs.html' %} {% endif %}
{% if get_flashed_messages(with_categories=true) %} {% endif %} {% block content %}

Welcome to flask admin

{% endblock %}
{% include 'flask_dashed/navigation.html' %}