{% extends "base.html" %} {% block title %}{{ slug }} — Wiki (missing){% endblock %} {% block content %} {% include "wiki/_layout.html" %}
/wiki/{{ slug }}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 %}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 %}