66caa83d33207d2f816cd60438e1a98b9c0d9e8a
[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 <div class="mkws-termlists-title mkwsTermlistsTitle">Termlists</div>
9 {{#each facets}}
10   <div class="mkws-facet mkwsFacet mkws-team-{{../team}}" data-mkws-facet="{{this}}"></div>
11 {{/each}}