{% extends 'base.html.twig' %} {% block title %}Réparation de véhicules{% endblock %} {% block body %}

Réparation de véhicules

Notre garage est spécialisé dans la réparation de véhicules de toute marque et tout modèles.

{{ include('repair/category_repairs.twig')}} {{ include('_partials/_footer.html.twig', { 'business_hours': business_hours }) }} {% endblock %}