{# templates/profil/show.html.twig #} {% extends 'base.html.twig' %} {% block title %}Profil - {{ profil.name }}{% endblock %} {% block stylesheets %} {% endblock %} {% block body %}
{{ profil.description }}