{% load cache content thumbnail %}
{% if not exclude_header %}
{% include 'content/_content_info.html' %} {% include "macros/content_type.html" with content=content %}
{% endif %} {% cache cache_timeout content-preview content.id %}
{% if content.event %}
{% include "macros/calendar_sheet.html" with time=content.event.date %}
{% elif content.images.first %} {% thumbnail content.images.first.file '200x200' crop="center top" as image %}
{% endthumbnail %} {% endif %}

{{ content.title }}

{% markdown content.text truncate=50 heading_baselevel=4 disable_tags="a,img" %}
Zum Beitrag... {% endcache %}