Components Container A layout component that centers all the email content. # Usage <script> import { Container } from 'svelte-email'; </script> <Container> <!-- ... --> </Container>