forked from godofredoninja/Mapache
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom-post-single.hbs
More file actions
28 lines (21 loc) · 872 Bytes
/
custom-post-single.hbs
File metadata and controls
28 lines (21 loc) · 872 Bytes
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 }}
{{#contentFor "mapache_class_body"}}is-article is-article-single{{/contentFor}}
{{#post}}
<article class="post">
<header class="u-container u-maxWidth740 u-marginTop30">
{{!-- Article Header - partials/article/article-header.hbs --}}
{{> "article/article-header"}}
{{!-- Article Author - partials/article/article-author.hbs --}}
{{> "article/article-author"}}
</header>
{{!-- Article Image - partials/helper/helper-article-image.hbs --}}
{{> "helper/helper-article-image"}}
<div class="u-maxWidth740 u-marginAuto u-container u-marginTop20">
{{!-- Article Content - partials/article/article-body.hbs --}}
{{> "article/article-body"}}
</div>
</article>
{{/post}}
{{!-- Related Articles - partials/article/article-related.hbs --}}
{{> "article/article-related"}}