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