users.template 228 B

123456
  1. {{#each users}}
  2. <a class="button align-left" style="" href="#~{{name}}">
  3. <div style="float: left;background-image:url(img/headers/icons/user.png);width:20px;height:20px;background-size:20px;"></div>
  4. {{name}}
  5. </a>
  6. {{/each}}