1
0
mirror of https://git.librezo.fr/Librezo/website.git synced 2025-01-11 11:10:59 +01:00
Librezo/templates/shortcodes/square_box.html
2023-06-05 18:27:32 +02:00

7 lines
248 B
HTML

<div class="square_box">
<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>
</div>