This function is used to prevent Handlebars from attempting to bind a data model to a nested control containing a custom template.
<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>
The preserved Handlebars template without binding it to the parent component data object
Automatically added by Handlebars
This function is used to prevent Handlebars from attempting to bind a data model to a nested control containing a custom template.
Example
Returns
The preserved Handlebars template without binding it to the parent component data object