à la carte

This commit is contained in:
Pascal Engélibert
2023-05-27 15:32:08 +02:00
parent a2c3c3eab0
commit 10b6804d72
8 changed files with 120 additions and 15 deletions

View 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>