# `Monitorex.Layouts`

LiveView layouts for the Monitorex dashboard.

Provides a root layout with sidebar navigation, flash messages, and
a main content area. Fully responsive — sidebar collapses on mobile.

# `flash_group`

# `root`

Renders the root layout HTML document.

Includes:
  * HTML5 doctype and responsive viewport meta
  * Title "Monitorex"
  * CSS and JS asset links
  * Sidebar navigation with icons for Outbound, Inbound, and Cluster nodes
  * Flash group rendering
  * Main content area yielding `@inner_content`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
