{% extends get_active_back_theme()+"/base.html" %} {% block content %}

All pages

{%for page in pages%}
{% if page.get_dashboard_url() %} {{page.title}}
{% endif %}
{%endfor%}
{% endblock %}