privilege.phtml 247 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 <ul class="privilege-list"> {{#each privilege}} <li> <img class="icon" src="{{pic}}"> <p> {{title}} <span>{{description}}</span> </p> </li> {{/each}} </ul>