detail_side_related.html 300 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 <script id="side-related-posts" type="x-tmpl-mustache"> \{{# relatedPost}} <div class="side-related-posts"> {{#if fan}} <h2>熱播</h2> {{^}} <h2>热播</h2> {{/if}} <ul class="postslist"> {{> detail/related_post}} </ul> </div> \{{/ relatedPost}} </script>