{% extends "admin-layout.html" %} {% block title %}Edit {{ label }} - {% endblock %} {% block content %}

Edit {{ label }}

{% for error in errors %} {% endfor %}
{% if blog_path_base %}
content/{{ blog_path_base }}/
{% else %}
content/
{% endif %} {% if view_url %} {% endif %}
{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}