mirror of
https://git.librezo.fr/Librezo/website.git
synced 2025-09-06 04:42:54 +02:00
à la carte
This commit is contained in:
5
templates/shortcodes/alacarte_item.html
Normal file
5
templates/shortcodes/alacarte_item.html
Normal file
@ -0,0 +1,5 @@
|
||||
<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>
|
Reference in New Issue
Block a user