This element is an alias of Post as a shorthand for inserting 'page' post-types.
type : 'page'
<page>
<title>Example Page</title>
This is a simple page example.
</page>
<page>
<title>Parent Page</title>
<page>
<title 'Child Page 1' />
</page>
<page 'Child Page 2' />
</page>
<page template=templates/contact.php >
<title 'Contact Me' />
</page>