{% extends "wiki/base.html" %} {% load wiki_tags i18n %} {% block pagetitle %}{{ article.current_revision.title }}{% endblock %} {% block wiki_breadcrumbs %} {% include "wiki/includes/breadcrumbs.html" %} {% endblock %} {% block wiki_contents %} {% if error_type == "ancestors_missing" %}

This article was not found, and neither was its parent article. Go to the main wiki article

{% else %}

There was some sort of error accessing this page. Sorry!

{% endif %} {% endblock %}