{% extends 'base_public.html.twig' %} {% block title %}{{ etape.titre }} - {{ etape.rubrique.parcours.nom }}{% endblock %} {% block stylesheets %} {{ parent() }} {# CSS files are now included in app.consolidated.css #} {% endblock %} {% block content %}
{{ etape.description }}
{% endif %}