添加新模板
This commit is contained in:
10
code/app/home/view/videoGpt1/public/module-banner.html
Normal file
10
code/app/home/view/videoGpt1/public/module-banner.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<section class="banner">
|
||||
<h2>发现精彩影片</h2>
|
||||
<p>极简 H5 影视站模板,自适应 PC & Mobile</p>
|
||||
</section>
|
||||
{if condition="isset($banner)"}
|
||||
<section class="banner" style="background-image:url('{$banner.pic}'); background-size:cover;">
|
||||
<h2>{$banner.title}</h2>
|
||||
<p>{$banner.desc}</p>
|
||||
</section>
|
||||
{/if}
|
||||
Reference in New Issue
Block a user