{% extends 'base.html.twig' %} {% block title %} {{ doc.title }} - Ressources documentaires {% endblock %} {% block body %}
{% include 'base/_partials/_breadcrumb.html.twig' with { entityUrl: "ressources-documentaires", entityLabel: "Ressources documentaires", categoryUrl: doc.slug, categoryLabel: doc.title } %}
{% include 'base/_share.html.twig' %}
{% if doc.type == "video" %} {% else %} {% endif %}
Retour aux ressources
{% endblock %}