2019-03-14 03:19:54 -06:00
|
|
|
% stash css=>["/home/podcast/podcast.css"];
|
|
|
|
|
% stash js=>["/home/podcast/podcast.js"];
|
2018-07-13 19:06:08 -05:00
|
|
|
<section id="stitle" class="title">
|
|
|
|
|
<p class="title"> Podcast de ZhiNeng QiGong </p>
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
<section id="sframe" class="frame">
|
|
|
|
|
<p class="subtitle"> <%= $t %> </p>
|
|
|
|
|
<iframe id="audioframe" scrolling="no" frameborder="no"></iframe>
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
<section id="acon" class=" pcontent flex">
|
|
|
|
|
<!-- ##podcast -->
|
|
|
|
|
% for my $p(@$pod){
|
|
|
|
|
<article class="pcontent">
|
|
|
|
|
<p class="ctitle" value="<%= $p->{id} %>">
|
|
|
|
|
<%= $p->{ptitle} %> </p>
|
|
|
|
|
<p class="ccontent"> <%= $p->{ptext} %></p>
|
|
|
|
|
</article>
|
|
|
|
|
% }
|
|
|
|
|
<!-- cc#podcast --> <!-- rr#hide -->
|
|
|
|
|
</section>
|