trial_step.html 299 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 <div class="trial-step"> <ul class="clearfix"> {{#each trialStep}} <li class="{{# current}}current{{/ current}} {{#if @last}}last-step{{/if}}"> <span>Step{{step}}:</span> <em>{{textCn}}</em> </li> {{/each}} </ul> </div>