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

# Home

**Status: 10% — just started.**

## Concept

The front page uses its own `home` layout, mapped via the special `FRONTPAGE` custompage keyword:

```xml
<layout name='home' title='Page with full layout'>
    <custompages>FRONTPAGE</custompages>
</layout>
```

The layout is built on `css/tabler-marketing.css` (hero components: `.hero-title`, `.hero-img`, `.img-overlap-margin`, browser mockup) rather than the dashboard chrome. Menu areas above the hero are rendered with `{SETSTYLE=nocaption}` so `tablestyle()` does not wrap them in cards.

## Planned

* Replace the demo hero copy with site prefs / theme shortcodes.
* Decide which sections come from menu areas vs. hardcoded layout markup.
* Real-estate content sections (listings teaser, contact CTA).
