4 The site uses full
page templates
to generate a
page with substitution points in the code. Pages are associated with templates, and the associated
template is used
to generate the
page.
6 The templates are basically the plain HTML
for the
page, and can be edited in Dreamweaver, Notepad++ or whatever. Substitution points are denoted with {}s.
8 <li> {menu:identifier} substitutes the associated menu structure that is identified by unique <i>identifier</i></li>
10 <li> {position:identifier} substitutes the associated Modules
for the
Page.</li>