{% extends "startpage/base_subsite.html" %} {% load static %} {% load markdownify %} {% load markdown_extras %} {% block content %}

Berichte

{% for post in posts %}

{{ post.title }}

{{ post.website_text|markdownify|truncatechars:200 }} weiterlesen

{% endfor %} {% endblock %}