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