{% block extra_head %}{% endblock %}
{% block topbar_back %}{% endblock %} {% block topbar_main %}

{{ self.title() }}

{% endblock %}
{% block topbar_actions %}{% endblock %}
{% if error or success or info %}
{% if error %}
{{ error }}
{% endif %} {% if success %}
{{ success }}
{% endif %} {% if info %}
{{ info }}
{% endif %}
{% endif %} {% block content %}{% endblock %}
{# Site footer. Deliberately links only to places that exist: every href here resolves, because a footer full of dead links is worse than a short one. No Terms or Status, because this build has neither. #}

navigate   open   esc close

Keyboard shortcuts

CtrlK
Search projects and plans
CtrlS
Save (in the plan editor)
?
Show this help
Esc
Close a dialog or popover
{% block extra_scripts %}{% endblock %}