{% extends "default.html" %} {% block pagetitle %}Versions of /{% if obj.fullname.startswith('p_') %}post{% else %}comment{% endif %}/{{obj.id}}{% endblock %} {% block content %}

Versions of /{% if obj.fullname.startswith('p_') %}post{% else %}comment{% endif %}/{{obj.id}}

Versions of /{% if obj.fullname.startswith('p_') %}post{% else %}comment{% endif %}/{{obj.id}}


{% if obj.fullname.startswith('p_') %}

{{obj.title_html | safe}}

{% endif %} {{obj.body_html | safe}} {% for edit in obj.edits %}
{% if obj.fullname.startswith('p_') %}

{{edit.old_title_html | safe}}

{% endif %} {{edit.old_body_html | safe}} {% endfor %}
{% endblock %}