related-post.html 305 Bytes
<div class="related-post">
    <h2>相关文章</h2>
    <ul class="post-list">
        {{# otherArticle}}
        <li><a class="clearfix" href="{{url}}">
            <img class="lazy" src="{{thumb}}" alt="">
            <span>{{title}}</span>
        </a></li>
        {{/ otherArticle}}
    </ul>
</div>