It inserts the contents of a text file into the template when it's executed.
Syntax
{#include filename#}
filename: name of the text file containing the data to include
Example
Template:
{#include c:\mydata\recentorders.txt#}
Result:
insert the contents of the "recentorders.txt" file into the template