related-post.html
449 Bytes
{{# postList}}
<li>
<a href="{{url}}" target="_blank">
<div class="pic">
<img src="{{src}}" alt="">
{{# isVideo}}
<span class="play-icon"></span>
{{/ isVideo}}
<span class="arrow-bottom girl-{{channel}}-arrow"></span>
</div>
<div class="post-title">
<h4>{{title}}</h4>
<p>{{subtitle}}</p>
</div>
</a>
</li>
{{/ postList}}