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

{%trans%}Profile Page{%endtrans%}

{%trans%}Hello{%endtrans%} {{ current_user.username or current_user.email }}!

{% endblock %}