{% extends "admin/base.html" %} {% block title %}Dashboard{% endblock %} {% block content %}

Content

Drag the handles to reorder. Toggle Publish to show or hide on the public site.

+ Section + Topic
{% if not sections %}
No sections yet. Start by adding one.
{% endif %}
{% for section in sections %}
§{{ '%02d' % section.num }}

{{ section.title }}

{% if section.subtitle %}{{ section.subtitle }}{% endif %}
Edit + Topic
{% if section.topics %} {% else %}

No topics in this section yet.

{% endif %}
{% endfor %}
{% endblock %} {% block scripts %} {% endblock %}