The termlists don't need a caption of "Termlists"
[mkws-moved-to-github.git] / src / templates / termlists.handlebars
1 {{!
2 Termlists, a container of all configured facets.
3
4 team - the current team
5 facets - array of facet names
6 }}
7
8 {{#each facets}}
9   <div class="mkws-facet mkwsFacet mkws-team-{{../team}}" data-mkws-facet="{{this}}"></div>
10 {{/each}}