{% extends 'admin/master.html' %} {% block body %} {{ super() }}
{% include "_parts/flashes.jinja2" %}
{% if current_user.is_authenticated %} {% endif %}
{% endblock body %}