{% extends "base.html" %} {% block content %}

User Profile

Welcome, {{ username }}!

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% endif %} {% endwith %}

Your Information:

{% endblock %}