{% extends "base.html" %} {% block title %}Page Index{% endblock title %} {% block content %} {% if pages %}
| Title | URL |
|---|---|
| {{ page.title }} | {{ page.url }} |
There are no pages yet.
{% endif %} {% endblock content %} {% block sidebar %} {% endblock sidebar %}