@(pov: Pov, initialFen: Option[String], pgn: chess.format.pgn.Pgn)(implicit ctx: Context) @title = @{ s"${playerText(pov.player)} vs ${playerText(pov.opponent)} in ${pov.gameId}" } @round.layout( title = title, side = views.html.game.side(pov, initialFen, none, simul = none, userTv = none, bookmarked = false), chat = none, underchat = views.html.game.watchers().some, chessground = false, openGraph = povOpenGraph(pov).some) {
@board.domPreload(pov.some)

@titleGame(pov.game)

@describePov(pov)

@pgn.render
}