Creating Templates
Your site can have almost any appearance set by the
template.
Here are some sample sites running this system: RWA, PILA, The Federalist Society,
and STLA
Basically, a template is a regular html web page file with three added “tags” to indicate where the following items should be inserted:
[title] This can be in both the page head title tag & in a visible area on the page.
[menu] This is where the site menu is placed after being generated from the “menu.txt” file.
Each link is given a ‘class="navmenu"’ attribute so the style sheet can set the appearance
[content]
The contents of the included .html files and the file
listing, if any.
More instructions coming soon….
