forked from godofredoninja/Mapache
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgodo-podcast.hbs
28 lines (24 loc) · 887 Bytes
/
godo-podcast.hbs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{{!-- Layout --}}
{{!< default}}
{{!-- Class for <body> --}}
{{#contentFor "mapache_class_body"}}is-podcast has-cover is-transparency is-pagination{{/contentFor}}
{{#post}}
<section class="spc-header u-bgCover lazy-load-image u-relative u-overflowHidden" data-src="{{feature_image}}">
<div class="spc-h-inner u-textColorWhite u-maxWidth1040 u-container u-relative zindex2 u-textAlignCenter">
<h1 class="spc-h-t u-md-fontSizeLarger">{{title}}</h1>
{{content}}
</div>
</section>
{{/post}}
<section class="u-container">
<div class="story-feed u-maxWidth1000 u-marginAuto u-paddingTop30">
<div class="story-feed-content row">
{{#foreach posts}}
{{!-- Sidebar - partials/sidebar/sidebar.hbs --}}
{{>"story/story-podcast"}}
{{/foreach}}
</div>
</div>
</section>
{{!-- Pagination --}}
{{"pagination"}}