{% 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_') %} {% endif %} {% if obj.fullname.startswith('p_') %} {% endif %} {% for edit in obj.edits %} {% if obj.fullname.startswith('p_') %} {% endif %} {% endfor %}
TitleBody
{{obj.title_html | safe}}{{obj.body_html | safe}}
{{edit.old_title_html | safe}}{{edit.old_body_html | safe}}
{% endblock %}