{% if article.content | length is eq(0) %}
{% endif %} {% if article.titelbild is defined %} {{ article.title }} (Bild) {% endif %} {% if article.content | length is not eq(0) %}
{{ article.content }}
{% endif %} {% if article.klappentext is defined %}
Klappentext {{ article.klappentext }}
{% endif %} {% if article.content | length is eq(0) %}
{% endif %}