Back to Frontend

HostedVideoAutoplayWrapper.Scala

commercial/app/views/hosted/hostedVideoAutoplayWrapper.scala.html

latest219 B
Original Source

@(trails: Seq[common.commercial.hosted.HostedPage])(implicit request: RequestHeader) @import views.html.hosted.hostedVideoAutoplay @if(trails.isEmpty) {

} @for(page <- trails.headOption) { @hostedVideoAutoplay(page) }