| **Navigation:**  [[templates.htm|Templates]] > [[tlrcontents.htm|Template Language Reference]] > Complete Alpha Listing >====== #INCLUDE (include a template file) {{c6h0068.jpg|C6H0068.jpg}} ====== | [[ import import from text script .htm|{{btn_prev_n.gif|Previous page}}]][[tlrcontents.htm|{{btn_home_n.gif|Return to chapter overview}}]][[ indent change indentation level .htm|{{btn_next_n.gif|Next page}}]] | | || **#INCLUDE(** //filename// **)** {{blk2blue.jpg|blk2blue.jpg}} | **#INCLUDE** | Adds a template file to the Template file chain. | | //filename// | A string constant containing the name of the template file to include. | The **#INCLUDE** statement adds a template file to the Template file chain. The template file containing the #INCLUDE statement continues to be processed after the included file has been processed. **Example:** **#TEMPLATE(Clarion,'Clarion Standard Shipping Templates')** **#INCLUDE****('Program.TPW')                      #!Include a template file** **#INCLUDE****('Window.TPW')                       #!Include another template file**