lila/app/views/insight/forbidden.scala.html

7 lines
158 B
HTML

@(u: User)(implicit ctx: Context)
@insight.layout(u, title = s"${u.username} chess insights are protected") {
You cannot see @userLink(u) chess insights!
}