{% extends 'base.html.twig' %} {% block title %}{{ parent() }} | Series{% endblock %} {% block body %}
{% include('inc/nav.html.twig') %}
{% for categorie in categories %} {{ categorie.titre }} {% endfor %}
{% include('inc/footer.html.twig') %}
{% endblock %}