Back to Frontend

Embed.Scala

sport/app/football/views/wallchart/embed.scala.html

latest392 B
Original Source

@(page: model.Page, competition: model.Competition, competitionStages: List[football.model.CompetitionStageLike], next: Option[pa.FootballMatch])(implicit request: RequestHeader, context: model.ApplicationContext)

@fragments.head(Some("football"), Html(""))(page, request, context) @wallchart(competition, competitionStages, next, None) @fragments.analytics.base()(page, request, context)