{% extends g.theme.master %} {% block title %}{{c.project.name}} / {{c.app.config.options.mount_label}} / {{title}}{% endblock %} {% block header %}{{title}}{% endblock %} {% block content %}
{% for p in posts %} {% endfor %}
Version V1 V2  
{{p.version}} by {{p.author.display_name|e}} View Revision {% if loop.index0 != 0 and h.has_access(p, 'edit')() %} Revert to version {{p.version}} {% endif %}
{% endblock %}