############################################################################## # # # The template library for demo_html_template. # # ############################################################################## Any text outside blocks <@NAME@>... will be ignored. So, comments can be easy added everywhere in any convenient format. Blocks with sub-template definitions should start from the beginning of line. // Page header. Multi-line definition. <@HEADER@>

<@HEADLINE@>

// Page view. <@VIEW@> <@table@> // Page footer. One-line definition. <@FOOTER@>

Generation date: <@DATE@>

// Any tag can be remapped latter in the other loaded template library // or directly in the program. <@TITLE@>Default page title if the TITLE tag is not mapped // Include some sub-template libraries. // Included files can contains relative or absolute path // in OS dependent format. #include "demo_html_template_phone.inc" #include "demo_html_template_adder.inc"