{% extends "admin/base.html" %} {% block title %}Content - Admin - {{ site_name() }}{% endblock %} {% block admin_content %}

Content

Edit the content areas declared by your templates

{% for area in areas %} {% endfor %}
Area Description Actions
{{ area.label }} {{ area.description }} Edit
{% if not areas %}

No content areas are registered.

{% endif %} {% endblock %}