Back to Cmak

@title

app/views/main.scala.html

3.0.0.6295 B
Original Source

@* * Copyright 2015 Yahoo Inc. Licensed under the Apache License, Version 2.0 * See accompanying LICENSE file. *@ @(title: String, menu: Html, breadcrumbs: Html = Html(""), scripts: Html = Html(""))(content: Html)(implicit request: RequestHeader)

@title @menu @breadcrumbs @content @scripts