logo

Company Name

Basic Layout n° 2

texte

Layout Structure

    ┌──────────────────────
    │ layouts/PageLayout.astro
    │ ┌────────────────────
    │ │ components/BaseHead.astro
    │ └────────────────────
    │ ┌────────────────────
    │ │ components/BaseBody.astro
    │ │ ┌──────────────────
    │ │ │ components/MainHeader.astro
    │ │ │ ┌────────────────
    │ │ │ │ components/Nav.astro
    │ │ │ └────────────────
    │ │ └──────────────────
    │ │ ┌──────────────────
    │ │ │ pages/index.astro
    │ │ │ (slot)
    │ │ │
    │ │ │
    │ │ │
    │ │ └──────────────────
    │ │ ┌──────────────────
    │ │ │ components/MainFooter.astro
    │ │ └──────────────────
    │ └────────────────────
    └──────────────────────