mirror of
https://git.librezo.fr/Librezo/website.git
synced 2025-10-30 13:25:29 +01: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