{% extends 'base.html.twig' %} {% block title %}Article{% endblock %} {% block stylesheets %} {{ encore_entry_link_tags('app') }} {% endblock %} {% block body %} {% if is_granted('IS_AUTHENTICATED_FULLY') %} {{ include("dashboard/menu.html.twig") }}
modifier {{ include('article/_delete_form.html.twig') }}
{% endif %}
← Retour au blog

{{article.titre}}

{{article.contenu|nl2br }}

{% endblock %}