Created
March 2, 2015 05:24
-
-
Save bubuzzz/219dfe19cdcf2985e107 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <template name="layout"> | |
| <div id="client"> | |
| {{>yield region="navbar"}} | |
| <div class="container"> | |
| <div class="row row-offcanvas row-offcanvas-right"> | |
| <div class="col-xs-12 col-sm-9"> | |
| {{>yield}} | |
| </div><!--/.col-xs-12.col-sm-9--> | |
| {{>yield region="sidebar"}} | |
| </div><!--/row--> | |
| {{>yield region="footer"}} | |
| </div><!--/.container--> | |
| </div> | |
| </template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment