{# templates/profil/show.html.twig #} {% extends 'base.html.twig' %} {% block title %}Profil - {{ profil.name }}{% endblock %} {% block stylesheets %} {% endblock %} {% block body %}
ID: {{ profil.id }}
Description: {{ profil.description }}
Are you sure you want to follow {{ profil.name }}?