@()(implicit ctx: Context) 404 - Game not found @ctx.currentBg match { case "dark" => { @cssTag("dark.css") } case "transp" => { @cssTag("dark.css")@cssTag("transp.css") } case _ => {} } @cssTag("common.css") @cssTag("analyse-embed.css")

Game not found