Back to Frontend

InteractiveBody.Scala

applications/app/views/fragments/interactiveBody.scala.html

latest603 B
Original Source

isPaidContent, "content--sponsored" -> isSponsoredContent(page), "content--foundation-supported" -> isFoundationFundedContent(page), "paid-content" -> isPaidContent ), "content", "content--interactive", "tonal", s"tonal--${toneClass(interactive)}", s"content--pillar-${interactive.metadata.pillar.nameOrDefault}" )" itemscope itemtype="@interactive.metadata.schemaType" role="main"> @if(isPaidContent){ @fragments.guBand() } @fragments.headDefault(interactive, page, showBadge = true)

@fragments.contentMeta(interactive, page)

@bodyRaw(interactive)

@fragments.contentMeta(interactive, page)