Includes another application template within the page. (Often a sub-template, which are located at the bottom part of Application Templates).
<fm:Include name="UserBadge" />
Name | Required | Default | Description |
---|---|---|---|
name | Required | N/A | Name of the application template being included |
Every attribute will be passed to the subtemplate as template variables, and the subtemplates inherits all the template variables already existing in the template.
<!-- make mediaType variable available inside the commentBlock template -->
<fm:Include name="commentBlock" mediaType="2" />
This component defines no template variables.