{% set blog_section = get_section(path="blog/_index.md") %}

{{ title | default(value="Aus dem Teckids-Blog") }}

{% for post in blog_section.pages | slice(end=4) %}
{{ post.extra.depiction.alt }}

{{ post.title }}

{{ post.summary | safe }}
{% endfor %}