Skip to content

Instantly share code, notes, and snippets.

@brianhsu
Created January 7, 2010 11:28
Show Gist options
  • Save brianhsu/271176 to your computer and use it in GitHub Desktop.
Save brianhsu/271176 to your computer and use it in GitHub Desktop.
<!-- 在 Lift 裡面 bind 多個 tag 的用法 -->
<lift:surround with="default">
<lift:bind-at name="content">Here is content</lift:bind-at>
<lift:bind-at name="title">Here is title</lift:bind-at>
</lift:surround>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment