@(title: String, rssUrl: String = null, scripts: Html = Html(""))(navigation: Html)(breadcrumb: Html)(content: Html)
@import controllers.Application
@title
@if(rssUrl != null){
}
@if(!Application.ISSUES_URL.isEmpty()){
- Issues
}
@if(!Application.DOCS_URL.isEmpty()){
- Documentation
}
@if(breadcrumb.body.nonEmpty) {
@breadcrumb
}
@content
@scripts