Contains the main content of the email document.
This component renders the <body> tag within the email template. It allows for rendering child content inside the <body> and supports passing additional attributes to the element.
<body>
@using BlazorEmail.Components <Body> <p>Hello, this is the main content of the email!</p> </Body>