{% load wiki_tags i18n %}{% load pipeline %} {% stylesheet 'course' %} {% javascript 'main_vendor' %}
{% if revision %}
{% trans "Previewing revision:" %} {% include "wiki/includes/revision_info.html" %}
{% endif %} {% if merge %}
{% trans "Previewing a merge between two revisions:" %}
  1. {% include "wiki/includes/revision_info.html" with revision=merge1 %}
  2. {% include "wiki/includes/revision_info.html" with revision=merge2 %}
{% endif %}

{{ title }}

{% if revision and revision.deleted %}
{% trans "This revision has been deleted." %}

{% trans "Restoring to this revision will mark the article as deleted." %}

{% else %} {% wiki_render article content %} {% endif %}
{% javascript 'application' %} {% javascript 'module-js' %} {% with mathjax_mode='wiki' %} {% include "mathjax_include.html" %} {% endwith %}