@(pov: Option[Pov])(implicit ctx: Context) @defining(ctx.currentTheme) { theme =>
@if(!ctx.pref.is3d) { } @pov.map { p => @chessground(p) }.getOrElse { @miniBoardContent }
}