- {{ article.title }}
- {% if article.event_start %}
+
+ {% endif %}
+
-
+
+
+
+ {{ article.title }}
+ {% if article.event_start %}
-
{{ article.event_start | strftime('%d %B %Y') }}
- {% set event_status = '' %}
+
{% endif %}
-
- {% if article.featured_image %}
-
-
-
- {% endif %}
-
- {{ article.summary }}
-
- {% if DEFAULT_LANG == 'en' %}
- read more
- {% elif DEFAULT_LANG == 'nl' %}
- lees meer
- {% endif %}
-
-
-
- {% if article.category %}
-
-
-
- {{ article.category }}
-
-
- {% endif %} {% if article.tags %}
-
- {% endif %}
-
+ {% if article.featured_image %}
+
+ {% if article.featured_image.endswith('.gif') %}
+ {% set thumb_size =''%}
+ {% endif %}
+
+
+
+ {% endif %}
+
+ {{ article.summary }}
+
+ {% if DEFAULT_LANG == 'en' %}
+ read more
+ {% elif DEFAULT_LANG == 'nl' %}
+ lees meer
+ {% endif %}
+
+
+
+ {% if article.category %}
+
+
+
+ {{ article.category }}
+
+
+ {% endif %} {% if article.tags %}
+
+ {% endif %}
+