Include

Templating System : Designer Guide : Tag Reference : Include

Summary

The include tag is used to include a dynamic subtemplate into the current template. Subtemplates are evaluated in the same fashion as any other dynamic template; the developer may associate data sources and other properties to them.

Usage

<include src="subtemplate" attribute="value" ...>
or
<include src="/packages/packagename/www/lib/subtemplate" attribute="value" ...>

Notes