{% extends "layouts/default.html" %} {% block title %}A list of the site's pages.{% endblock %} {% block content %}

Pages Index

{% for page in pages %} {% if page.can-delete == 1 %}

{{page.title}}

{{page.title}} {{entry.title}} {% if roles.administrator %}
{% endif %}
{% endif %} {% endfor %}
{% endblock %}