• This function is used to prevent Handlebars from attempting to bind a data model to a nested control containing a custom template.

    Example

    <hawksearch-results>
    {{{{exclude}}}}
    <hawksearch-pagination>
    {{#if displayFirstLink}}
    <a hawksearch-page="1">First</a>
    {{/if}}
    {{#if displayLastLink}}
    <a hawksearch-page="{{totalPages}}">Last</a>
    {{/if}}
    </hawksearch-pagination>
    {{{{/exclude}}}}
    </hawksearch-results>

    Returns

    The preserved Handlebars template without binding it to the parent component data object

    Parameters

    • options: any

      Automatically added by Handlebars

    Returns any