_Email.md_
Directives

Footer

Footer section with links and legal text.

A footer renders at the bottom of the email with smaller, muted text:

::: footer
**Acme Corp** · [Unsubscribe](https://example.com/unsub) · [Preferences](https://example.com/prefs)
:::

The footer is styled with reduced font size and muted colors, appropriate for legal text, unsubscribe links, and company information.

Parameters

Alignment

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

::: footer left
© 2026 Acme Corp · All rights reserved.
:::

Color

Override the text color with color=:

::: footer color=#9ca3af
Legal text here.
:::

On this page