type=page layouts

<layout type="page" id="pages">
  <append>

    <!-- ... -->

  </append>
</layout>

The contents of a layouts with type=page specify the page layout manager methods that get invoked to generate() its contents.

Creating type=page layouts

<container>
  <name>pages</name>
  <type>page</type>
</container>

A container with a type=page creates a container that uses the page layout manager.