@(channel: lila.tv.Tv.Channel, povs: List[Pov], champions: lila.tv.Tv.Champions)(implicit ctx: Context) @title = @{ s"${channel.name} • ${trans.currentGames()}" } @base.layout( title = title, side = side(channel, champions, "/games", povOption = none).some, moreCss = cssTag("tv.css")) {
}