Skip to content

Instantly share code, notes, and snippets.

@Vp3n
Created January 26, 2012 22:20
Show Gist options
  • Save Vp3n/1685473 to your computer and use it in GitHub Desktop.
Save Vp3n/1685473 to your computer and use it in GitHub Desktop.
playComponent menuTag
#{if !menuItems.isEmpty()}
<ul>
#{list items:menuItems, as: 'item'}
<li>${item.name}</li>
#{/list}
</ul>
#{/if}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment