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.

Example Usage

@using BlazorEmail.Components

<Body>
    <p>Hello, this is the main content of the email!</p>
</Body>