{% extends 'base.html.twig' %} {% block title %}Nos Références - ARA Solutions{% endblock %} {% block meta_description %}Découvrez nos réalisations : sites web, applications mobiles et solutions numériques développés pour nos clients.{% endblock %} {% block body %} {# Header #}

Portfolio

Nos Références

Plus de 20 projets réalisés pour des entreprises, artisans, clubs et associations.

{# Filters + Grid #}
{# Category Filters #} {% set category_labels = {'application': 'Applications', 'site-internet': 'Sites internet', 'solution': 'Solutions'} %}
{% for category in categories %} {% endfor %}
{# References Grid #}
{% for reference in references %}
{% include 'components/_reference_card.html.twig' %}
{% endfor %}
{# Empty state #}
{% endblock %} {% block body_js %} {% endblock %}