Move template to src/templates MKWS-314 MKWS-315
[mkws-moved-to-github.git] / src / mkws.templates / Facet.handlebars
diff --git a/src/mkws.templates/Facet.handlebars b/src/mkws.templates/Facet.handlebars
deleted file mode 100644 (file)
index 7a4eedf..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-{{!
-A facet in the search.
-
-name - facet identifier, typically English and lowercase
-caption - caption for this facet
-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
-  field - for the xtargets facet ONLY, the opaque identifier of the target
-}}
-
-<div class="mkws-facet-title mkwsFacetTitle">{{caption}}</div>
-{{#each terms}}
-  <div class="mkws-term mkwsTerm">
-    <a href="#" {{{linkdata}}}>{{term}}</a> <span>{{count}}</span>
-  </div>
-{{/each}}