- {% if article.content | length is not eq(0) %}{{ article.content | safe }}{% endif %}
- {% if article.klappentext %}
-
Klappentext
-
{{ article.klappentext }}
- {% endif %}
-
-
- {% if article.featured_image is defined %}
- {% from 'includes/macros.html' import fi %}
- {% set i = article.featured_image[0] %}
- {{ fi(i.pic, i.link, i.text, i.title, i.credit, i.credit_link) }}
- {% endif %}
+ {% if article.content | length is not eq(0) %}{{ article.content }}{% endif %}
{% if article.stats %}
Details
@@ -50,6 +39,17 @@
{% endif %}
+
+
+ {% if article.featured_image is defined %}
+ {% from 'includes/macros.html' import fi %}
+ {% set i = article.featured_image[0] %}
+ {{ fi(i.pic, i.link, i.text, i.title, i.credit, i.credit_link) }}
+ {% endif %}
+ {% if article.klappentext %}
+
Klappentext
+
{{ article.klappentext }}
+ {% endif %}