subject.phtml 668 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}}" data-bp-id="guang_subjectList_{{title}}_0" class="buriedpoint">
                            <img class="lazy" data-original="{{videoImg}}" alt="{{alt}}"/>
                            <p>{{title}}</p>
                        </a>            
                    </li>
                {{/if}}
            {{/each}}
        </ul>
    </div>
{{/trendClassSubject}}

{{> layout/footer}}