Files
KnockOutWhist-Web/knockoutwhistweb/app/views/matchy.scala.html

9 lines
111 B
HTML

@(toRender: List[Any])
@main("Match") {
<div id="match">
@for(line <- toRender) {
@line
}
</div>
}