mirror of
https://git.librezo.fr/Librezo/website.git
synced 2024-11-21 18:41:37 +01:00
6 lines
216 B
HTML
6 lines
216 B
HTML
|
<div class="alacarte-item">
|
||
|
<span class="alacarte-title">{{ title | safe }}</span>
|
||
|
<p class="alacarte-text1">{{ text1 | safe }}</p>
|
||
|
{% if text2 %}<p class="alacarte-text2">{{ text2 | safe }}</p>{% endif %}
|
||
|
</div>
|