Individual pages support optional config files.
Each Intraweb Page (html file) can have an optional config file. The file is always named <name>#.cfg. For a file named index.html, the corresponding config file is index#.cfg. For a file named about.html, the corresponding config file is about#.cfg.
[Template]
Path=..
[Enum]
Exclude=True
Controls how and what templates are applied to this page.
Default is .
Specifies name of the template to use.
If no name is specified, Default is used. That is, if a template named Default is found, it will be used.
Specifies attributes related to enumerators that use this document.
Default is false. If true, Enumerators will ignore this document.