@(toRender: List[Any]) @main("Match") {
@for(line <- toRender) { @line }
}