@(page: model.Page, mainPicture: String, ctaImage: Option[String], brandColour: String)(implicit request: RequestHeader, context: model.ApplicationContext)
@import conf.Static
@import play.api.Mode.Dev
@*
* Please note that the tests will NOT pass validation with this line.
* It won't affect prod but please comment out this line when running tests in DEV
*@
@if(context.environment.mode == Dev) {
@if(page.metadata.isHosted) {
} else {
@if(page.metadata.contentType.contains(model.DotcomContentType.LiveBlog)){
} else {
}
}
}