{{ post.title }} {% if post.summary %} {{ post.summary | safe }} {% else %} {{ post.content | safe }} {% endif %} {% if post.date %} {{ post.date | date(format="%d.%m.%Y")}} {% endif %}