A section component for creating centered layouts with content, such as paragraphs, in email templates.
This component renders a centered <table> element designed for email layouts.
<table>
@using BlazorEmail.Components <Section> <p>This is a paragraph inside a centered section!</p> </Section>