{% extends "layout.html" %} {% load post_helpers %} {% load admin_urls %} {% block content %}

{{post.title |tags_to_url}}

{{post.subtitle |tags_to_url}} {% if post.author %} {% else %} {% endif %}

{{post.title | tags_to_url}}

{{post.subtitle | tags_to_url}}
Nächster Artikel
{% include 'posts/partials/_date_box.html' %}
Start: {{post.event_start}}
Ende: {{post.event_end}}
{% if post.has_agenda %} Agenda
{% endif %} {% if post.has_protocol %} Protokoll {% endif %} {% if request.user.is_authenticated %}
------
Bearbeiten {% endif %}
{% for tag in post.get_tagnames %} {{tag |tags_to_url}} {% endfor %}
{% if post.has_agenda %}

Agenda

{{post.agenda_html |safe}} {% endif %} {{post.body | safe | add_internal_links | tags_to_url}}
{% for post in related_posts %}
{% include 'posts/partials/_posts_hero.html' %}
{% endfor %}
{% endblock %}