4.3. An Individual Page
- After you run
Render_all_contents.plinitial templates for all the individual pages will be generated for you in their place under thesrcsub-directory. - Afterwards you can use whatever HTML and Website Meta Language code to fill its contents.
- The meta-tag
<qpcontents />evaluates to a table of contents of the current node and inwards. - Example:
<p> This section will cover some commonly used Autoconf Macros. </p> <qpcontents /> |