Chapter 5: Kiriwrite Page Format

The Kiriwrite page format is the page format that is used internally for displaying the generated content from the presentation module.

It is stored in the page.html file and can be changed to show the generated content from the presentation module in a different way. Typically the page format would be formatted as the style the presentation module would output.

The content generated from the presentation module and other information (such as page title) can be inserted into the page.html file by using the tags below:

Tag Description
<kiriwrite:menu> Writes the menu where this tag is specified.
<kiriwrite:imagespath> Writes the URI path the images directory.
<kiriwrite:title> Writes the title of the page.
<kiriwrite:pagedata> Writes the page data generated by the presentation module.