> 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/full.md).

# Full

Full page with the horizontal header and boxed content width. Registered without `custompages` — assigned manually where needed.

## Structure

```html
<div class="page-wrapper">
	<div class="page-body">
		<div class="container-xl">
			{SETSTYLE=card}
			{---}
		</div>
	</div>
	<footer class="footer footer-transparent d-print-none"> ... {SITEDISCLAIMER} ... </footer>
</div>
```

* Starts at `.page-wrapper` — the `.page` wrapper and both navbars come from [theme.html](/e107-aragorn-theme/theme-skeleton/skeleton/theme-html.md) + the [header partial](/e107-aragorn-theme/theme-layouts/header-footer.md).
* Content renders as Tabler cards via `{SETSTYLE=card}`.
* Small transparent footer with `{SITEDISCLAIMER}`; the big site footer is the shared [footer partial](/e107-aragorn-theme/theme-layouts/header-footer.md).
