article-tag.html 168 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 <div class="detail-tag"> <ul class="tag-list clearfix"> {{# tags}} <li><a href="{{url}}">{{name}}</a></li> {{/ tags}} </ul> </div>