Skip to content

Instantly share code, notes, and snippets.

View czbaker's full-sized avatar

Charles Baker czbaker

View GitHub Profile
@czbaker
czbaker / layout.html
Last active November 11, 2015 14:27 — forked from anonymous/route.js
<template name="layout">
<!-- Nav Menu -->
{{> Template.dynamic template=nav}}
<!-- Rest of page -->
{{> Template.dynamic template=main}}
</template>