autocomplete_item.handlebars 131 B

1234567
  1. <li aria-label="{{label}} ({{term}})">
  2. <a>
  3. <div>{{label}}</div>
  4. <div><small><em>{{term}}</em></small></div>
  5. </a>
  6. </li>