{% extends "Profile/show/layout.html.twig" %} {% trans_default_domain "Social" %} {% set isOwner = app.user is not null and app.user.id == user.id %} {% block schemaBlock %} {% if user.publicProfile %} {% endif %} {% endblock %} {% block profileStyles %} {% endblock %} {% block page %}
{{ '@' ~ user.username }}