{# SPDX-License-Identifier: EUPL-1.2 #} {% for paragraph in content|split("\n")|filter(e=>e is not empty) %} {# small mb-0 #} {% if mode == "about" %}
{% block paragapheblock %}

{{ paragraph|markdown(singleLine=true) }}

{% endblock paragapheblock %}
{% else %} {{ block('paragapheblock') }} {% endif %} {% endfor %}