@(u: User)(implicit ctx: Context) @insight.layout(u, title = s"${u.username}'s chess insights", moreJs = jsTag("insight-refresh.js")) {

@u.username chess insights




@userLink(u) has no chess insights yet!



@refreshForm(u, s"Generate ${u.username}'s chess insights")
}