The <Include> container can be used on any template and prints the contents of a file into the template. The syntax is:
<Include file="filepath">
<$IncludeText$>
</Include>
The tag <$IncludeText$> is replaced with the contents of the file IF the file exists and can be read. The filepath attribute might be, for instance, C:\myfolder\myfile.txt.