subject.phtml
604 Bytes
{{> layout/header}}
{{# trendClassSubject}}
<div class="star-classroom yoho-page">
{{> guang/head-tab}}
<ul class="subject-list">
{{#each resources}}
{{#if video}}
<li>
<a href="{{videoUrl}}">
<img class="lazy" data-original="{{videoImg}}" alt="{{alt}}"/>
<p>{{title}}</p>
</a>
</li>
{{/if}}
{{/each}}
</ul>
</div>
{{/trendClassSubject}}
{{> layout/footer}}