$include

Includes the source of the named template to the current.
Syntax
    $include{template_name}
DocumentationIncludes the source of the named template to the current:

    Parameters:
      template_name, the template whos source code are requested.
    Returns:
      the requested source code of the named template.
Examples
    $if{$equals{$get{a}}{$get{b}}}
      {
      $include{SF_template_a}
      }
        {
        $include{SF_template_b}
        }

    Result:
    if local variable "a" equals "b":
    includes all of the template "SF_template_a"
    if local variable "a" does not equal "b":
    includes all of the template "SF_template_b"
GroupControl_Flow
Minimum required transaction-mode:UPDATE
Required scripting permission of the developerPERMISSION_FL_ADVANCED
Minimum parameters1
Maximum parameters 1