mirror of
https://git.librezo.fr/Librezo/website.git
synced 2025-09-05 12:28:27 +02:00
Caroussel
This commit is contained in:
3
templates/shortcodes/carousel.html
Normal file
3
templates/shortcodes/carousel.html
Normal file
@ -0,0 +1,3 @@
|
||||
<div id="{{ id | safe }}" class="carousel">
|
||||
{{ body | markdown | safe }}
|
||||
</div>
|
3
templates/shortcodes/carousel_item.html
Normal file
3
templates/shortcodes/carousel_item.html
Normal file
@ -0,0 +1,3 @@
|
||||
<div class="carousel-item">
|
||||
{{ msg | safe }}
|
||||
</div>
|
Reference in New Issue
Block a user