The {{ Include }} Tag

This tag is replaced by the contents of the specified file.

include filepath

Where filepath is the path to a target file whose contents, when rendered, will replace the include tag. You may specify an absolute path or a path relative to the physical location of the .srf file that contains the Include tag.

If the target file is a server response file, and contains a handler tag, the target file is independently processed (rendered) in its own context, and this is recursively repeated for any tags in the target file. When rendering is complete, the rendered output replaces the Include tag.

If the target server response file does not contain a Handler tag, it is treated as a text file and replaces the Include tag without further processing. Any unresolved tags will not be processed, but will remain in the final response