message-list.phtml 221 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 {{#list}} <div class="massage-list" data-id="{{id}}"> {{#if isNotReaded}} <strong></strong> {{/if}} <p><a href="{{url}}">{{title}}</a></p> <span>{{time}}</span> <i class="iconfont del"></i> </div> {{/list}}