标签: scala playframework-2.0 twirl
我在重新分配变量方面遇到了问题..
@myVar = {<a href="uno">Uno</a>} @for (item <- LOOP ) { @myVar = {<a href="@item.url">@item.value</a>} //This part is not reassigning the varbiable but only displaying it + the new value }