website/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>