{% extends 'base.html.twig' %}
{% block title %}Oeuvres index{% endblock %}
{% block body %}
Oeuvres index
{# {% if oeuvre is defined %}
{% if oeuvres is defined %} #}
{% for oeuvre in oeuvres %}
showedit
{% else %}
{% endfor %}
{# {% endif %}
{% endif %} #}