Tag Syntax

HTML内とScript内では書き方が異なるので注意してください。

Tag SyntaxHTML内Script内
変数#{ hoge }#{ hoge }
各Block#{ for item in items }{# for item in items #}