{% extends 'easycms/base.html' %} {% block easycms_title %}Revision History: {{ post.title }}{% endblock easycms_title %} {% block easycms_content %}
Back to Edit Blog Post View Post

{{ history.title }}

Revision Date: {{ history.timestamp | easycms_format_datetime }}
{% if history.revision_notes %}
{{ history.revision_notes }}
{% endif %}
{{ history.content | safe }}
{% endblock easycms_content %}