index.phtml 909 Bytes
{{# trendClassHome}}
    {{> layout/header}}
    <div class="star-classroom yoho-page">
        {{> guang/head-tab}}
        {{#each resources}}
            {{#if bannerList}}
                {{> guang/banner-top}}
            {{/if}}

            {{#if homeSign}}
                {{> guang/home-floor-sign}}
            {{/if}}

            {{#if starSubject}}
                {{> guang/home-floor-subject}}
            {{/if}}

            {{#if starCollocation}}
                {{> guang/home-floor-collocation}}
            {{/if}}

            {{#if video}}
                <div class="subject-video-area">
                    <video id="subject-video" controls="controls" poster="{{videoImg}}" autobuffer>
                        <source src="{{videoUrl}}">
                    </video>
                </div>
            {{/if}}
        {{/each}}
    </div>
    {{> layout/footer}}
{{/trendClassHome}}