Skip to content

Commit 27037ca

Browse files
author
JoelCDL
committed
Add layout 2 column template to toolkit
1 parent 43725d1 commit 27037ca

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

index.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<ul>
1919
<li><a href="src/templates/home2col-view.hbs">Home 2 Column</a></li>
2020
<li><a href="src/templates/layout1col-view.hbs">Layout 1 Column</a></li>
21+
<li><a href="src/templates/layout2col-view.hbs">Layout 2 Column</a></li>
2122
</ul>
2223
<h2>Pages</h2>
2324
<ul>

src/templates/layout2col-view.hbs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{{#extend "base"}}{{#content "body"}}
2+
{{> layout2col }}
3+
{{/content}}{{/extend}}

0 commit comments

Comments
 (0)