{% extends "_layout" %} {% block onthispage %}{% endblock %} {% block content %}

Admin dashboard

{{ pages.length }} pages currently published.

Create a new page

{% for p in pages %} {% endfor %}
GroupSlugTitleLast updatedBy
{{ p.groupName }} {{ p.slug }} {{ p.title }} {{ p.updatedAtIso }} {{ p.updatedBy }} Edit · View
{% endblock %}