@(title: String, main: Option[String], sidebar: Option[String], locate: String => String) @title

Manual, tutorials & references

@main.map { html => @Html(html) }.getOrElse {

Page not found [@title]

}