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