```
✨ feat(shop): Ajoute la page de détails du produit avec schema.org.
```
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user