@(title: String, withBorder: Boolean = true)(content: Html) @if(title.nonEmpty) {

@title

} @if(withBorder) {
@content
} else { @content }