[html-strict::head {TclHttpd > Sample Apps > Bug Database} \ {default.css screen} {} ] [Doc_Dynamic] [html::h1 {TclHttpd > Sample Apps > Bug Database}]
[html::foreach {title ref} $my_navigation { $title | }]
[html::h2 {Support Libraries}]First create a library containing procedures that output HTML headers and footers. Since this library will be used in other applications, we'll give it a generic name (e.g. html-strict). The library should be put in one of the library directories specified in the config file or through command line. Note: In the case of this sample application, custom libraries are in the sampleapp directory.
To make sure these procedures are working, create a simple template like the example shown below:
\[html-strict::head {Just a simple test!} \\
{default.css screen} {} \]
\[Doc_Dynamic\]
Just a simple test!
\[html-strict::foot\]
[html-strict::foot]