@(pageModel: TablesPage, comps: Seq[model.Competition])(implicit request: RequestHeader) @renderTeamList(comp: model.Competition) = {

@comp.fullName

}

Football

@pageModel.page.webTitle

@comps.map{ comp => @renderTeamList(comp) } @fragments.footballNav("/football") @fragments.mostPopularPlaceholder("sport")