{% extends 'admin/master.html' %} {% block body %} {{ super() }}

Welcome {%- if current_user.username %} {{current_user.username.title()}} {% endif %}

You have the following roles:

{% endblock body %}