Custom Content Component
Overview
The Custom Content component renders HTML defined in Hawksearch.
Selector
The selector for this component is <hawksearch-custom-content>
.
Data Model
The following data model is exposed to the Handlebars template:
Default Template
<div class="custom-content">
{{html content}}
</div>
Â