1
0
mirror of https://git.librezo.fr/Librezo/website.git synced 2025-01-12 11:41:00 +01:00
Librezo/templates/shortcodes/carousel.html

4 lines
81 B
HTML
Raw Normal View History

2023-05-18 18:35:28 +02:00
<div id="{{ id | safe }}" class="carousel">
{{ body | markdown | safe }}
</div>