@(msg: String)(implicit user: Option[models.User]) @main("No Permissions") {
@if(msg != null){ @msg }else{ You do not have the required permissions to view that page. }
}