{% block head_extra %}{% endblock %} {% for css_url in extra_css | default([]) %} {% endfor %} {% for js_url in extra_js | default([]) %} {% endfor %}
{% include "partials/topbar.html" %}
{% include "partials/sidebar.html" %}
{% include "partials/flash_messages.html" %}
{% block content %}{% endblock %}