{% block page_title %}{% endblock %}
{{ current_user.full_name.split()[0] }}
{% with messages = get_flashed_messages(with_categories=true) %}
{% for cat, msg in messages %}
{{ msg }}
{% endfor %}
{% endwith %}
{% block content %}{% endblock %}