> For the complete documentation index, see [llms.txt](https://playground.e107sk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://playground.e107sk.com/e107-aragorn-theme/theme-layouts/layouts/auth.md).

# Auth

Centered wrapper for the auth pages (`custompages: login fpw signup`). Formerly named `splash`.

## Structure

```html
<div class="container container-tight py-4">
	<div class="text-center mb-4"> {SITELOGO: h=40} + {SITENAME} brand block </div>
	{---}
</div>
```

## Rules specific to this layout

* The centering comes from `{PAGE_CLASS}` returning `page-center` — the shared `.page` wrapper in theme.html becomes `.page.page-center`.
* The **header and footer partials are suppressed** for this layout (`sc_header` / `sc_footer` return `''`) — inside the `page-center` flex they would break the centered card, and Tabler auth pages carry no navbar.
* The card around the form comes from `tablestyle()` (`login_page` / `fpw` / `signup` modes), not from the layout — that keeps the standard and the members-only render paths identical. The full members-only story is on [Auth pages](/e107-aragorn-theme/standalone-pages/auth-pages.md).
