name
A name used to identify in admin only.
description
A description used to describe in admin only.
template
The template. The template is responsible for the layout or topology of the page.
header
A block of HTML added to the page between the trail and the content. it has no div wrapper and hence not fixed id, this an be added to the header itself. Tip: use CSS position absolute to place the content out of order, eg, to add a image logo to the top of the page.
The header is added to all pages, use CSS display none in conjunction with the per page div wrappers to select per page use.
footer
A block of HTML added to the bottom of the page just after the page div id=content.