@import de.smederee.hub._ @(baseUri: Uri = Uri(path = Uri.Path.Root), lang: LanguageCode = LanguageCode("en") )(csrf: Option[CsrfToken] = None, title: Option[String] = None, user: Option[Account] = None ) @myFooters = { @defining(lang.toLocale) { implicit locale => } } @main(baseUri, lang)(customFooters = myFooters)(csrf, title, user) { @defining(lang.toLocale) { implicit locale =>

@Messages("landingpage.alpha.title")

@Messages("landingpage.alpha.intro")

@Messages(

@Messages("landingpage.alpha.issues.title")

@Messages("landingpage.alpha.issues.intro")

@Messages("landingpage.alpha.issues.incomplete.title")

@Messages("landingpage.alpha.issues.incomplete.text")

@Messages("landingpage.alpha.issues.changes.title")

@Messages("landingpage.alpha.issues.changes.text")

@Messages("landingpage.alpha.issues.payment.title")

@Messages("landingpage.alpha.issues.payment.text")


@Messages("landingpage.alpha.guarantees.title")

@Messages("landingpage.alpha.guarantees.intro")

@Messages("landingpage.alpha.guarantees.data-safety.title")

@Messages("landingpage.alpha.guarantees.data-safety.text")


@Messages("landingpage.alpha.future-goals.title")

@Messages("landingpage.alpha.future-goals.intro")

} }