Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <template name="layout">
  2. {{ > header}}
  3. <div class="ui stackable three column grid">
  4. <div class="three wide column">
  5. {{>sideMenu}}
  6. </div>
  7. <div class="twelve wide column">
  8. <main id="content">
  9. {{ > yield }}
  10. </main>
  11. </div>
  12. </div>
  13. </template>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement