# HLCRF Deep Dive
This guide provides an in-depth look at the HLCRF (Header-Left-Content-Right-Footer) layout system, covering all layout combinations, the ID system, responsive patterns, and complex real-world examples.
## Layout Combinations
HLCRF supports any combination of its five regions. The variant name describes which regions are present.
### All Possible Combinations
| Variant | Regions | Use Case |
|---------|---------|----------|
| `C` | Content only | Simple content pages |
| `HC` | Header + Content | Landing pages |
| `CF` | Content + Footer | Article pages |
| `HCF` | Header + Content + Footer | Standard pages |
| `LC` | Left + Content | App with navigation |
| `CR` | Content + Right | Content with sidebar |
| `LCR` | Left + Content + Right | Three-column layout |
| `HLC` | Header + Left + Content | Admin dashboard |
| `HCR` | Header + Content + Right | Blog with widgets |
| `LCF` | Left + Content + Footer | App with footer |
| `CRF` | Content + Right + Footer | Blog layout |
| `HLCF` | Header + Left + Content + Footer | Standard admin |
| `HCRF` | Header + Content + Right + Footer | Blog layout |
| `HLCR` | Header + Left + Content + Right | Full admin |
| `LCRF` | Left + Content + Right + Footer | Complex app |
| `HLCRF` | All five regions | Complete layout |
### Content-Only (C)
Minimal layout for simple content:
```php
use Core\Front\Components\Layout;
$layout = Layout::make('C')
->c('
$99.99
Product description...
Free delivery over $50
Update your account details
Welcome to the documentation...
Continue to the installation guide...
Hi,
Just wanted to confirm our meeting tomorrow at 2pm.
Best regards,
John