7.1.4 Applying Template Using Directives

Developers can use a template component with internal name TEMPLATE_NAME anywhere directives are allowed.

The developer supplies any necessary attribute values and applies the template using the syntax:

{with/}
   ATTR1:=VALUE1
   ATTR2:=VALUE2
    ⋮
{apply TEMPLATE_NAME/}