Creating an RTF Subtemplate File

Enter the components or instructions in an RTF file. To define the instructions as a subtemplate, enclose the contents in these tags.

<?template:template_name?>
      ..subtemplate contents...
<?end template?>

where

template_name is the name you choose for the subtemplate.

Note:

In a single RTF file, you can have multiple entries, to mark different subtemplates or segments to include in other files.
<?template:template_name?> 
<?end template?>

For example, the following figure shows a sample RTF file that contains two subtemplates, one named commonHeader and one named commonFooter.