Skip to content

Instantly share code, notes, and snippets.

@mariorodriguespt
Created January 2, 2015 02:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mariorodriguespt/5215a98538b89b8af9ab to your computer and use it in GitHub Desktop.
Save mariorodriguespt/5215a98538b89b8af9ab to your computer and use it in GitHub Desktop.
<head>
<title>QuizAero</title>
</head>
<body>
<div class="container">
<header class="navbar navbar-default" role="navigation">
<div class="navbar-header">
<a class="navbar-brand" href="/">QuizAero Admin Dashboard</a>
</div>
</header>
{{>main}}
</div>
</body>
<template name="main">
{{#each categories}}
<div id="mainSection" class="col-lg-3 pull-left">
{{title}}
</div>
{{/each}}
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment