Skip to content

Commit a1d6ac5

Browse files
author
JoelCDL
committed
Add layout 3 column template to toolkit
1 parent 27037ca commit a1d6ac5

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
@@ -19,6 +19,7 @@
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>
2121
<li><a href="src/templates/layout2col-view.hbs">Layout 2 Column</a></li>
22+
<li><a href="src/templates/layout3col-view.hbs">Layout 3 Column</a></li>
2223
</ul>
2324
<h2>Pages</h2>
2425
<ul>

src/templates/layout3col-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+
{{> layout3col }}
3+
{{/content}}{{/extend}}

0 commit comments

Comments
 (0)