The lessons in this tutorial illustrate how to use the template system. The lessons are arranged in order of increasing complexity. Before you get started, you need to have done three things:
How to write a simple specification file and embed dynamic content in a template.How to specify a data source that is dependent on another data source.How to specify a data source that returns multiple rows of data and present it in a template.How to reference data sources in shared data libraries or in other template data files.How to use a conditional expression to tailor the template output.How to build a page from a set of subtemplates.How to build specification files from a mixture of declarative and procedural code.How to use multiple alternate templates to service the same data.An introduction to the form manager.How to perform custom validation of a form element.