@(msg: String)(implicit user: Option[models.User]) @main("Not Found") {

@if(msg != null){ @msg }else{ The resource does not exist. }

}