{% extends "base.html" %} {% block title %}{{ page.title }}{% end block %} {% block sidebar %} {% if page and page.sidebar %}
{% raw page.sidebar.html %}
{% end %} {% end block %} {% block main %} {% import os.path %}
{% raw page.html %}
{{ _("Edit Page") }} {% if not current_user %}‐ {{ _("Yes, you can edit!") }}{% end %}

{% if current_user %} {% if page.is_watched_by(current_user) %} {% else %} {% end %} • {% end %} {{ _("Older Revisions") }} • {{ locale.format_date(page.timestamp) }} {% if page.author %} • {{ page.author }} {% end %}

{% end block %}