terms:
term - term name
count - count of items matching in the current search for this team
- linkdata - attributes to add to the term element including an onclick handler
+ href - link for facet
}}
<div class="mkws-facet-title mkwsFacetTitle">{{{mkws-translate caption}}}</div>
{{#each terms}}
<div class="mkws-term mkwsTerm">
- <a href="#" {{{linkdata}}}>{{term}}</a> <span>{{count}}</span>
+ <a href="{{href}}">{{term}}</a> <span>{{count}}</span>
</div>
{{/each}}