feat(shop): Ajoute la page de détails du produit avec schema.org.
```
This commit is contained in:
Serreau Jovann
2025-11-20 13:25:05 +01:00
parent 222805a91f
commit adefe7a1df
6 changed files with 244 additions and 16 deletions

View File

@@ -34,17 +34,6 @@
{{ 'events.list_main_title'|trans|default('Upcoming Events') }}
</h1>
{#
--- Events List Block ---
This section assumes an 'events' iterable variable is passed to the template.
Each item in 'events' is expected to be an object/array with:
- title (string)
- start_date (DateTime object)
- end_date (DateTime object)
- location (string)
- organizer (string)
- id (int/string for link)
#}
{% if events is defined and events is not empty %}
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8 max-w-6xl mx-auto">