import scalive.* object RootLayout: def apply(content: HtmlElement): HtmlElement = htmlRootTag( lang := "en", headTag( metaTag(charset := "utf-8") ), bodyTag( content ) )