@import uk.gov.hmrc.$!APP_PACKAGE_NAME!$.config.AppConfig @import uk.gov.hmrc.hmrcfrontend.views.html.helpers.HmrcLayout @import views.html.helper.CSPNonce @this( appConfig: AppConfig, hmrcLayout: HmrcLayout ) @(pageTitle: Option[String] = None)(contentBlock: Html)(implicit request: Request[_], messages: Messages) @hmrcLayout( pageTitle = pageTitle, nonce = CSPNonce.get, isWelshTranslationAvailable = appConfig.welshLanguageSupportEnabled )(contentBlock) @{ //$COVERAGE-OFF$ }