+ This element allows it to include template fragments into a template. The element
+ has two attributes. The file attribute is mandatory and contains
+ the path the fragment to include, relative to the template directory.
+ The internal attribute is optional. If set to true the
+ fragment is loaded from the internal template directory.
+
+ For example <include file="fragments/footer.xml"< will include
+ the file templates/fragments/footer.xml. If the internal
+ attribute is set to true the file
+ foundry/templates/fragments/footer.xml would be included.
+
+ An fragment template file included using this element using this element must
+ contain a fragment-layout element as root.
+
+ Path of the file to include, relative to the templates directory.
+
+ If set to true the template fragment file is loaded from the
+ internal template directory.
+
+ Variant of gen-path with an additional internal
+ parameter. If set to true the file is loaded from the
+ foundry directory.
+