{% extends "markupwiki/base.html" %} {% block title %} {{article.title}} {% endblock %} {% block content %} {% if article and mod_form %}
{% endif %}

{% block article_title %} {% if article.section_name %}{{article.section_name}} / {% endif %} {{article.display_title}} {% if article.is_deleted %} [deleted] {% endif %} {% if not version.is_latest %} [revision {{version.number}}] {% endif %} {% endblock %}

{% block article_meta %} {% if article.editable %} edit article | {% endif %} {% if article %} view history {% endif %} {% endblock %}
{% block article_body %} {% if article.is_deleted %}

This article has been deleted.

{% else %} {{version.body}} {% endif %} {% endblock %}
{% endblock content %}