{% extends 'base.html.twig' %} {% block title %}Sciences | Corpus Humanum{% endblock %} {% block body %}
TOUT
{% for tag1 in tags|sort %} {% set route = app.request.attributes.get('_route_params') %} {% if tag1.id == route.slugtag %}{{ tag1.titret }}
{% else %}{{ tag1.titret }}
{% endif %} {% endfor %}