{% set page_title = user.name %} {% extends "layouts/base.html" %} {% block body %}

Profile / {{ user.name }}

{% endblock %}