_emailmd_
Directives

Header

Content rendered above the main body area.

Content rendered above the main body area, typically a logo or brand image:

::: header
![Logo](https://placehold.co/300x100.png?text=Logo){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://placehold.co/300x100.png?text=Logo){width="150"}
:::

Color

Override the text color with color=:

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

On this page