{{#each facets}}
{{#if visible}}
{{#if items.length}}
{{ title }}
{{{dynamicComponent 'components/faceted-search/facets'}}}
{{/if}}
{{#compare facet 'price'}}
{{ title }}
{{{dynamicComponent 'components/faceted-search/facets'}}}
{{/compare}}
{{/if}}
{{/each}}