{% extends 'layout.html' %} {% load post_helpers %} {% load static %} {% block content %}
{% with post=featured_post %}

{{ post.title|safe }}

{{ post.subtitle|default_if_none:" "|safe }}

{% endwith %}

Neuigkeiten

{% with post=featured_event %} {% include 'posts/partials/_article_row.html' %} {% endwith %} {% for post in featured_meeting %} {% include 'posts/partials/_meeting_row.html' %} {% endfor %}
{{ tags_list|tags_to_url }}
{% for post in posts %} {% include 'posts/partials/_posts_hero.html' %} {% endfor %}
{% for post in events %} {% include 'posts/partials/_date_box.html' %} {% endfor %}
Mehr anzeigen
{% endblock %}