define([],function(){return{getNoResultHtml:function({html}){return html`

${algoliaConfig.translations.noResults}

`;},getHeaderHtml:function({section}){return section.label||section.name;},getItemHtml:function({item,components,html,section}){return html` ${components.Highlight({ hit: item, attribute: 'value' })} `;},getFooterHtml:function(){return"";}};});