Skip to content

Instantly share code, notes, and snippets.

@jgwhite
Created April 20, 2016 07:52
Show Gist options
  • Save jgwhite/2a4ef386354f769a2b1ac889155e83f0 to your computer and use it in GitHub Desktop.
Save jgwhite/2a4ef386354f769a2b1ac889155e83f0 to your computer and use it in GitHub Desktop.
<h1>Social Network Lite</h1>
<nav>
<ul>
<li>{{#link-to 'index'}}Home{{/link-to}}</li>
<li>{{#link-to 'messages'}}Messages{{/link-to}}</li>
<li>{{#link-to 'feed'}}Feed{{/link-to}}</li>
<li>{{#link-to 'profile'}}Profile{{/link-to}}</li>
</ul>
</nav>
{{focusing-outlet}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment