Skip to content

Instantly share code, notes, and snippets.

@nithril
Created February 21, 2011 20:00
Show Gist options
  • Save nithril/837616 to your computer and use it in GitHub Desktop.
Save nithril/837616 to your computer and use it in GitHub Desktop.
<ui:composition template="/table">
<ui:define composition="${it}" name="toolbar">
[Toolbar content]
</ui:define>
<ui:define composition="${it}" name="table">
[Table content]
</ui:define>
</ui:composition>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment