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