This shouldn’t work:
page:
#{extends 'master.html'/}
#{set parameter:foo.bar/} //foo is passed from contoller
master.html:
#{list items:parameter, as item}
...
#{/list}
Is there any way to do this trick?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I had to play with this a bit, but the #{set} tag does not work well for lists. Try this in your page (not master.html):
Hope that helps.