@()(implicit webJarsUtil: org.webjars.play.WebJarsUtil, request: RequestHeader)
Open Sauce
@webJarsUtil.locate("jquery.min.js").script()
@webJarsUtil.locate("bootstrap.min.css").css()
@webJarsUtil.locate("jquery-ui.min.css").css()
@webJarsUtil.locate("bootstrap.min.js").script()
@webJarsUtil.locate("Sortable.min.js").script()
@helper.CSRF.formField
@scalajs.html.scripts(
"client",
routes.Assets.versioned(_).toString,
name => getClass.getResource(s"/public/$name") != null
)