{% extends 'articles/base_articles.html.twig' %} {% block title %}New Article{% endblock %} {% block body %}

Créer un nouvel article

{% include 'articles/_form.html.twig' with {'form': form} %} ← Retour à la liste {% endblock %}