index.phtml
958 Bytes
{{> layout/header}}
{{# trendClassHome}}
<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 buriedpoint" data-bp-id="guang_subject_video_1">
<video id="subject-video" controls="controls" poster="{{videoImg}}" autobuffer>
<source src="{{videoUrl}}">
</video>
</div>
{{/if}}
{{/each}}
</div>
{{/trendClassHome}}
{{> layout/footer}}