> For the complete documentation index, see [llms.txt](https://docs.codemash.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codemash.io/cloud/emails/footers.md).

# Footers

**Where:** Email → Footers · `/projects/<project>/emails/footers`

A **footer** is a shared block (unsubscribe links, company details, legal text) that templates render with the `@Model.Cmf.RenderFooter(...)` helper. Keep it in one place instead of copying it into every template.

<figure><img src="/files/QrvNlqMu6gpFpkGOd1Yf" alt=""><figcaption><p>Email → Footers.</p></figcaption></figure>

## What you can do here

Create, edit, and delete footers in the [footer editor](/cloud/emails/footers/editor.md), with one MJML/HTML block per language. Reference them from templates — the template editor's token picker lists them under **Email Footers** — so a change here updates every email that uses it.

## Use it from code

[Notifications → Email](/sdks-and-cli/notifications/email.md).

## API reference

Endpoints: [Get Email Footers](/api-reference/notifications/email/get-email-footers.md), [Save Email Footer](/api-reference/notifications/email/save-email-footer.md).
