{% extends "_layout" %} {% block onthispage %}{% endblock %} {% block scripts %} {% endblock %} {% block content %}

{% if isNew %}New page{% else %}Edit {{ groupName }}/{{ slug }}{% endif %}

{% if error %}

{{ error }}

{% endif %}

{% if !isNew %}Cancel{% else %}Cancel{% endif %}

{% endblock %}