@(u: User)(implicit ctx: Context) @title = @{ s"${u.username} - ${trans.kidMode()}" } @account.layout(title = title, active = "kid") {

@trans.kidMode()

@trans.kidModeExplanation()






@trans.inKidModeTheLichessLogoGetsIconX(Html(s"""😊"""))

}