1
0
mirror of https://git.librezo.fr/Librezo/website.git synced 2025-01-11 19:21:03 +01:00
Librezo/templates/shortcodes/square_box.html

5 lines
140 B
HTML
Raw Normal View History

2023-04-29 00:28:54 +02:00
<div class="square_box">
<span class="square_box-title">{{ title | safe }}</span>
<p class="square_box-text">{{ text | safe }}</p>
2023-04-29 00:28:54 +02:00
</div>