{% extends "base_template.html" %} {% block title %}About{% endblock %} {% block content %}

About

Manage the sections of the public About page.

+ Add section
{% with messages = get_flashed_messages(with_categories=true) %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endwith %}
Sections {{ sections | length }}
{% for s in sections %} {% else %} {% endfor %}
{{ s.title }} {% if not s.published %}draft{% endif %}
/about#{{ s.slug }}
Edit
No sections yet.
{% endblock %}