subject.phtml
566 Bytes
{{# trendClassSubject}}
{{> layout/header}}
<div class="star-classroom yoho-page">
{{> guang/head-tab}}
<ul class="subject-list">
{{#each resources}}
{{#if subject}}
<li>
<a href="{{url}}">
<img src="{{img}}" />
<p>{{title}}</p>
</a>
</li>
{{/if}}
{{/each}}
</ul>
</div>
{{> layout/footer}}
{{/trendClassSubject}}