forked from godofredoninja/Mapache
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom-post-full-header.hbs
31 lines (25 loc) · 1004 Bytes
/
custom-post-full-header.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
29
30
31
{{!-- Layout --}}
{{!< default }}
{{#contentFor "mapache_class_body"}}is-article{{/contentFor}}
<section class="post extreme-container u-marginTop30 u-marginBottom40">
<article class="row">
{{#post}}
<header class="col s12">
{{!-- Article Header - partials/article/article-header.hbs --}}
{{> "article/article-header"}}
{{!-- Article Author - partials/article/article-author.hbs --}}
{{> "article/article-author"}}
</header>
<div class="col col-left">
{{!-- Post Image - partials/helper/helper-article-image.hbs --}}
{{> "helper/helper-article-image"}}
{{!-- Article Content - partials/article/article-body.hbs --}}
{{> "article/article-body"}}
</div>
{{/post}}
{{!-- Sidebar - partials/sidebar.hbs --}}
{{> "sidebar"}}
</article>
</section>
{{!-- Comments partials/article/article-related.hbs --}}
{{> "article/article-related"}}