{% extends "layout.html" %} {% from "macros/projekt.html" import render_blog_post %} {% block title %}{{ this.title }}{% endblock %} {% block body %}

{{ this.title }}

{{ this.description }}

{% for child in this.pagination.items %} {{ render_blog_post(child, from_index=true) }} {% endfor %}
{% endblock %} {% block expand_description %} {% endblock %}