{% extends "base.html" %} {% block title %}{{ 'New page' if is_new else 'Editing ' + page.title }} — Waikiki{% endblock %} {% block content %} {% if missing %}
No page “{{ missing }}” yet — create it below.
{% endif %} {% if collab %} {% endif %} {# Pin the target wiki explicitly. Without it these writes resolve via the cookie, so opening this editor with ?wiki=X while the cookie says Y would silently save your work into Y. #} {% endblock %} {% block scripts %} {% endblock %}