2
これは動作しないでください。ページテンプレートとマスターテンプレートの間に文字列以外のパラメータを渡すにはどうすればよいですか?
ページ:
#{extends 'master.html'/}
#{set parameter:foo.bar/} //foo is passed from contoller
master.html:
#{list items:parameter, as item}
...
#{/list}
このトリックを行うにはどのような方法がありますか?
これが機能します! – sdespolit