mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-26 16:45:01 +00:00
7 lines
189 B
Twig
7 lines
189 B
Twig
{% if text is not empty %}
|
|
{% apply markdown_to_html %}
|
|
{{ text|raw }}
|
|
{% endapply %}
|
|
{% else %}
|
|
<span class="custom_fields_text empty">{{ 'None'|trans }}</span>
|
|
{% endif %} |