{% extends 'wiki/base.html' %} {% load i18n %} {% load wlimages_extras %} {% block title %} {% trans "Editing" %} {{ article.title }} - {{ block.super }} {% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %} {% if not new_article %}
{% endif %}You can edit the wiki pages contents using the syntax described on the WikiSyntax.