_Email.md_
Directives

Header

Content rendered above the main body area.

Content rendered above the main body area — typically used for a logo or brand image:

::: header
![Logo](https://example.com/logo.png){width="150"}
:::

The header appears at the very top of the email, before the main content area. It's commonly used for brand logos, navigation links, or a top banner.

Parameters

Alignment

The header is centered by default. Override with left or right:

::: header left
![Logo](https://example.com/logo.png){width="150"}
:::

Color

Override the text color with color=:

::: header color=#1e40af
**Acme Corp**
:::

On this page