{% extends 'index.html' %} {% block content %}
{%if is_new%}
You can put this page in a folder by entering a title like Folder/Page Title.
{%else%}

{{meta.title}}

Editing
{%endif%}
{%if error%}

Error: {{error}}

{%endif%}
Cancel
{% endblock %} {% block scripts %} {% if is_dev %} {% else %} {% endif %} {% endblock %}