{% extends 'wiki/base.html' %} {% load i18n %} {% load wiki %} {% block title %} {{ article.title }} - {{block.super}} {% endblock %} {% block extra_head %} {{ block.super}} {% endblock %} {% block content %}
{% trans "This article does not exist." %} {% trans "Create it now?" %}
{% endif %} {% render_content article %}