{% extends "layout.html" %} {% from "macros/projekt.html" import render_blog_post %} {% block title %}{{ this.title }}{% endblock %} {% block body %} {{ this.title }} {{ this.description }} {{ this.begruessung }} {{ this.title2 }} {{ this.description2 }} {% for child in this.pagination.items|sort(attribute='number', reverse = True) %} {{ render_blog_post(child, from_index=true) }} {% endfor %} {% endblock %} {% block expand_description %} {% endblock %}
{{ this.description }}