Embedded Template Directives

Directives wrapped in <$$ $$> reference an embedded template. The embedded template is expanded when the containing template is rendered by the Orb templating engine.

The following shows an example of the format of an embedded template directive.

<$$ template_name [reference‑name] $$>

Optionally, the name of a reference can be specified. If the reference is:

If no reference is specified, the specified template is expanded with the current expansion object remaining as the expansion object.