How do you declare and initialize a variable to be used locally in a Play2 Scala template?
I have this:
@var title : String = \"Home\"
@defining("foo") { title=> @title ... }
basically, you have to wrap the block in which you are going to use it