This repository was archived by the owner on Apr 7, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +81
-0
lines changed
dist/_patterns/03-templates Expand file tree Collapse file tree 3 files changed +81
-0
lines changed Original file line number Diff line number Diff line change
1
+ <div class =" page" id =" page" >
2
+ {% include " organisms-header" %}
3
+ <div role =" main" >
4
+ {% if emergency %}
5
+ {% include " molecules-alert:error" %}
6
+ {% endif %}
7
+ {% if hero %}
8
+ {% include " molecules-block-hero" %}
9
+ {% endif %}
10
+
11
+ <div class =" g g-3up" >
12
+ {% for tout in touts %}
13
+ <div class =" gi" >
14
+ {% include " molecules-block-inset" %}
15
+ </div >
16
+ {% endfor %}
17
+ </div ><!-- end 3up-->
18
+
19
+ <hr />
20
+
21
+ <div class =" l-two-col" >
22
+ <div class =" l-main" >
23
+ <section class =" section latest-posts" >
24
+ <h2 class =" section-title" >Latest Posts</h2 >
25
+ <ul class =" post-list" >
26
+ {% for post in latest_posts %}
27
+ <li >{% include " molecules-media-block" %}</li >
28
+ {% endfor %}
29
+ </ul >
30
+ <a href =" #" class =" text-btn" >View more posts</a >
31
+ </section >
32
+ </div ><!-- end .l-main-->
33
+
34
+ <div class =" l-sidebar" >
35
+ {% include " organisms-recent-tweets" %}
36
+ </div ><!-- end .l-sidebar-->
37
+ </div ><!-- end .l-two-col-->
38
+ </div ><!-- End role=main-->
39
+ {% include " organisms-footer" %}
40
+ </div >
Original file line number Diff line number Diff line change
1
+ <div class =" page" id =" page" >
2
+ {% include " organisms-header" %}
3
+ <div role =" main" >
4
+ <h1 class =" section-title" >Our Outdoor Blog</h1 >
5
+ <div class =" l-two-col" >
6
+ <div class =" l-main" >
7
+ {% include " organisms-latest-posts" %}
8
+ {% include " molecules-pagination" %}
9
+ </div ><!-- end l-main-->
10
+
11
+ <div class =" l-sidebar" >
12
+ {% include " organisms-recent-tweets" %}
13
+ </div ><!-- end l-sidebar-->
14
+ </div ><!-- end two-col-->
15
+ </div ><!-- End role=main-->
16
+ {% include " organisms-footer" %}
17
+ </div >
Original file line number Diff line number Diff line change
1
+ <div class =" page" id =" page" >
2
+ {% include " organisms-header" %}
3
+ <div role =" main" >
4
+ <div class =" l-two-col" >
5
+ <div class =" l-main" >
6
+ <article class =" article" >
7
+ <header class =" article-header" >
8
+ <h1 >Article Headline Lorem ipsum dolor sit aweofij</h1 >
9
+ {% include " molecules-byline" %}
10
+ </header >
11
+ {% include " organisms-article-body" %}
12
+ </article ><!-- end .article-->
13
+ {% include " molecules-social-share" %}
14
+ {% include " organisms-comment-thread" %}
15
+ </div ><!-- end l-main-->
16
+
17
+ <div class =" l-sidebar" >
18
+ {% include " organisms-related-posts" %}
19
+ {% include " organisms-recent-tweets" %}
20
+ </div ><!-- end l-sidebar-->
21
+ </div ><!-- end l-two-col-->
22
+ </div ><!-- End role=main-->
23
+ {% include " organisms-footer" %}
24
+ </div >
You can’t perform that action at this time.
0 commit comments