{% extends 'base.html.twig' %} {% block title %}{{ parent() }} | Series{% endblock %} {% block body %}
{% include('inc/icons.html.twig') %} {% include('inc/nav.html.twig') %}

{{ categorie.titre }}

{{ categorie.anglais }}

{% include('inc/translate.html.twig') %}
{% for photo in categorie.oeuvres %}
photo
{% endfor %}
{% include('inc/intro/'~categorie.id~'.html.twig') %} {% include('inc/footer.html.twig') %}
{% endblock %}