Skip to content

Instantly share code, notes, and snippets.

@sunkay
Created September 1, 2014 17:39
Show Gist options
  • Save sunkay/596bfac61282bf3d65f4 to your computer and use it in GitHub Desktop.
Save sunkay/596bfac61282bf3d65f4 to your computer and use it in GitHub Desktop.
<template name="menuItems">
<div class="slideout-menu">
<h3>Menu <a href="#" class="slideout-menu-toggle">×</a></h3>
<ul>
{{#if currentUser}}
<li>
<a href="{{pathFor 'deviceNew'}}">Add a Device</a>
</li>
{{/if}}
<li><a href="#">Home <i class="fa fa-angle-right"></i></a></li>
<li><a href="#">Tour Information <i class="fa fa-angle-right"></i></a></li>
</ul>
</div>
<!--/.slideout-menu-->
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment