Cherif Bouchelaghem
href
Resource
this@dashboard.application.apply { href(Routes.Dashboard) }
href(MyResource)
class RootTemplate(private val pageTitle: String, private val app: Application) : Template<HTML> { ... body("has-navbar-fixed-top") { app.apply { a { href = href(Routes.Dashboard) } } }
A modern programming language that makes developers happier.