diff --git a/templates/pages.html b/templates/pages.html index 9646292..9830454 100644 --- a/templates/pages.html +++ b/templates/pages.html @@ -1,14 +1,21 @@ {% extends "layouts/default.html" %} -{% block title %}A list of the site's pages.{% endblock %} +{% block title %}{{system-data.first.site-name}}: Pages Index{% endblock %} {% block content %} -

Pages

+
+

Pages Index

-{% for page in pages %} -
- {% if page.can-delete == 1 %} - {{page.title}} - {% endif %} -
-{% endfor %} + + +
{% endblock %}