{% extends 'base.html' %} {% block title %}Beitrag bearbeiten{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% if post.parent_id %} Antwort auf {{ post.parent.title }} {% else %} in der Kategorie {{ post.category.title }} {% endif %}