{% block page_title %}{% endblock %}
{{ current_user.display_name or current_user.username }}
{% with messages = get_flashed_messages(with_categories=true) %} {% for category, message in messages %} {% endfor %} {% endwith %}
{% block content %}{% endblock %}
{% block extra_js %}{% endblock %}