- {% 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) %} + {% if article.featured_image is defined %} + + {% endif %} + {% if article.klappentext is defined %} +
+
+

Klappentext

+

{{ article.klappentext }}

+
+
+ {% endif %} + {% if article.content | length is not eq(0) %} +
{{ article.content }}
{% endif %} - +
+
+

Details

+
    + {% if article.reihe is defined %} +
  • aus der Reihe {{ article.reihe }}
  • + {% endif %} + {% if article.tags is defined %} +
  • Schlagworte: {% for tag in article.tags %}{{ tag }}, {% endfor %}
  • + {% endif %} + {% if article.isbn is defined %} +
  • ISBN: {{ article.isbn }}
  • + {% endif %} + {% if article.verlag is defined %} +
  • erschienen bei: {{ article.verlag }}
  • + {% endif %} +
+
-{% endblock content_body %} \ No newline at end of file +
+ +{% endblock content_body %}