Created
January 7, 2010 11:28
-
-
Save brianhsu/271176 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 在 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