{% extends "videotheque/base.html.twig" %} {% block title %}Ajouter un titre{% endblock %} {% block titre %}Ajouter un film{% endblock %} {% block body %} {{ include('videotheque/form.html.twig') }} {% endblock %}