@(title: String)(content: Html) @title @if(flash.contains(Application.FLASH_ERROR_KEY)) {
@flash().get(Application.FLASH_ERROR_KEY)
} @if(flash.contains(Application.FLASH_MESSAGE_KEY)) {
@flash().get(Application.FLASH_MESSAGE_KEY)
} @content