@* * Copyright (C) Lightbend Inc. *@ @(projectName: Option[String], title: Option[String], home: String, content: Html, sidebar: Option[Html], breadcrumbs: Option[Html], apiDocs: Seq[(String, String)], sourceUrl: Option[String]) Lagom@title.map(" - " + _)

@title.getOrElse("Documentation")

@breadcrumbs
@content
@for(url <- sourceUrl) {

Found an error in this documentation? The source code for this page can be found here. Please feel free to edit and contribute a pull request.

}