fm:Include


Includes another application template within the page. (Often a sub-template, which are located at the bottom part of Application Templates).

Example

<fm:Include name="UserBadge" />

Supported attributes

NameRequiredDefaultDescription
nameRequiredN/AName 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" />

Template variables

This component defines no template variables.