Skip to content

Instantly share code, notes, and snippets.

@gcollazo
Created September 26, 2014 00:23
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 gcollazo/e02c2c2cfcdeeca1d5d7 to your computer and use it in GitHub Desktop.
Save gcollazo/e02c2c2cfcdeeca1d5d7 to your computer and use it in GitHub Desktop.
<div class="container">
<div class="row">
<div class="col-sm-4">
<h2 id='title'>Document Editor</h2>
</div>
<div class="col-sm-8">
<ul class="nav nav-pills pull-right">
<li>{{#link-to 'index'}}Home{{/link-to}}</li>
<li>{{#link-to 'about'}}About{{/link-to}}</li>
<li>{{#link-to 'documents'}}Documents{{/link-to}}</li>
</ul>
</div>
</div>
</div>
{{outlet}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment