{% extends 'main.html' %} {% block content %} {{ wiki.breadcrumb_html | safe }} {% if not wiki.exists %}

This page does not exist

{% endif %}


{% if wiki.exists %}
{% endif %} {% endblock %}