{% extends "base.html" %} {% block title %}{{ slug }} — Wiki (missing){% endblock %} {% block content %} {% include "wiki/_layout.html" %}

No page at /wiki/{{ slug }}

{% if deleted %}

This page existed (titled {{ deleted.title }}) but was deleted on {{ deleted.updated_at.strftime('%Y-%m-%d') }} {% if deleted.updated_by %}by {{ deleted.updated_by.username }}{% endif %}.

{% if current_user.is_authenticated and current_user.is_admin %}
{% endif %}
{% endif %}
{% if current_user.is_authenticated %}

You can be the first to write this page.

Create this page {% else %}

This page hasn't been created yet. Log in to create it.

{% endif %}

Search for "{{ slug.replace('-', ' ') }}" Browse all pages

{% endblock %}