{% extends 'base.html.twig' %} {% block body %}

Profile


{{app.user ? app.user.username : "Not user"}}
{% endblock %}