{{extend 'layout.html'}}

System Pages

Create New page

{{=form}}

Current Pages

{{for page in pages:}} {{pass}}
{{=A(page.slug,_href=URL('page',args=page.slug))}} {{=page.title}} {{=page.created_on}} {{=page.is_public and 'public' or 'private'}} {{=page.role}} {{=page.is_active and 'active' or 'inactive'}} [{{=A('edit',_href=URL('page_edit',args=page.slug))}}]

Info

Pages started with undescore are considered system pages. In particular: