shopping-step.hbs 181 Bytes Raw Blame History Permalink 1 2 3 4 5 <ul class="shopping-step"> {{# stepper}} <li class="step{{#if @first}} first{{/if}}{{#if @last}} last{{/if}}{{#if focus}} focus{{/if}}">{{name}}</li> {{/ stepper}} </ul>