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

Hello, {{ user.name }}!

{% endblock %}