{% extends "base.html.twig" %} {% block title %}Metallian Eshop | {{ categories.title }}{% endblock %} {% block metaTag %} {% if categories.title == 'Homme' %} {% endif %} {% if categories.title == 'Femme' %} {% endif %} {% if categories.title == 'Enfant' %} {% endif %} {% if categories.title == 'Accessoires' %} {% endif %} {% if categories.title == 'CDs' %} {% endif %} {% if categories.title == 'Chaussures' %} {% endif %} {% if categories.title == 'Bijoux' %} {% endif %} {% endblock %} {% block body %}

Catégories

{{ categories.title }}

{# Partie filtres #}
{#

Accueil / {{ categories.title }}

#}

{# Select pour trier #}
{% endblock %}