{% extends "layout.twig" %} {% block title %} {% if post is defined and post is not null and post.id is defined %} Éditer l’article {% else %} Créer un article {% endif %} {% endblock %} {% block content %}

{% if post is defined and post is not null and post.id is defined %} Éditer l’article {% else %} Créer un article {% endif %}

{# Formulaire identifié pour le script JavaScript #}

Retour à l’admin

{% endblock %} {% block scripts %} {% endblock %}