Skip to content

Instantly share code, notes, and snippets.

@hellvispresley
Created June 3, 2014 21:29
Show Gist options
  • Save hellvispresley/1430a32bec3859a0a895 to your computer and use it in GitHub Desktop.
Save hellvispresley/1430a32bec3859a0a895 to your computer and use it in GitHub Desktop.
<head>
<title> Microscope</title>
</head>
<template name="layout">
<div class="container">
<header class="navbar">
<div class="navbar-inner">
<a class="brand" href="/">inTouch Communications</a>
</div>
</header>
<div id="main" class="row-fluid">
{{> yield }}
</div>
</div>
</template>
Meteor.subscribe('posts');
{
"packages": {
"iron-router": {}
}
}
{
"meteor": {},
"dependencies": {
"basePackages": {
"iron-router": {}
},
"packages": {
"iron-router": {
"git": "https://github.com/EventedMind/iron-router.git",
"tag": "v0.7.1",
"commit": "d1ffb3f06ea4c112132b030f2eb1a70b81675ecb"
},
"blaze-layout": {
"git": "https://github.com/EventedMind/blaze-layout.git",
"tag": "v0.2.4",
"commit": "b40e9b0612329288d75cf52ad14a7da64bb8618f"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment