Page Template Html
The file can use any HTML, and is unparsed except for anything between pairs of $ symbols, e.g. $$BODY$$. The following symbols are replaced:
$$BODY$$
Replaced with the text of the page
$$DEFPAGE$$
Replaced with the name of the default page
$$FOOTER$$
Replaced with the footer for the page
$$HEADING$$
Replaced with the page's heading (for <h1> tags, etc.)
$$HOMEPAGE$$
Replaced with the name of the current user's homepage
$$PAGENAME$$
Replaced with the raw page name (no spaces, etc.). Useful for scripting
$$PAGE:NAME$$
Inserts the Page NAME at the current location (recursive includes print out errors to the viewer).
$$PAGEURL:NAME$$
Replaced with the url to the page - you should use this when referring to a page in html template, as otherwise when converting your pages to HTML the link will be incorrect.
$$REVERSELINK$$
Replaced with a list of linked page names that refer to the current page.
$$ROOTPATH$$
Replaced with the path to the root directory (usually you want to put this before any images/stylesheets etc. in your html template).
$$TITLE$$
Replaced with the page's title (for <title> tags)
$$USERNAME$$
Replaced with the name (or ip if anonymous) of the veiwer visiting the page.
$$VERSION$$
$$$$
Replaced with the string $$