{% extends "settings/index.html" %} {% block header_text %}

Profile Pages

{% endblock %} {% block main %}

Your Profile Pages

New Page
{% if pages %}
{% for page in pages %}
{{ page.title }} {% if not page.is_published %} (Draft) {% endif %}
Slug: {{ page.slug }}
{% endfor %}
{% else %}

You haven't created any profile pages yet.

Create Your First Page
{% endif %}
{% endblock %}