{% extends "base.html" %} {% block title %}Page Index{% endblock title %} {% block content %} {% if pages %} {% for page in pages %} {% endfor %}
Title URL
{{ page.title }} {{ page.url }}
{% else %}

There are no pages yet.

{% endif %} {% endblock content %} {% block sidebar %} {% endblock sidebar %}