mirror of
https://git.librezo.fr/Librezo/website.git
synced 2025-10-30 13:25:29 +01: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