1
0
mirror of https://git.librezo.fr/Librezo/website.git synced 2025-01-13 04:01:00 +01:00
Librezo/templates/shortcodes/square_box.html

7 lines
248 B
HTML
Raw Normal View History

2023-04-29 00:28:54 +02:00
<div class="square_box">
2023-06-05 18:27:32 +02:00
<div class="square_box-inner square_box-inner-bottom" onmouseenter="randomize_square_box(this)">
<span class="square_box-title">{{ title | safe }}</span>
<p class="square_box-text">{{ text | safe }}</p>
</div>
2023-04-29 00:28:54 +02:00
</div>