template
StandardLayout Slots Explained
How @header, @footer, and @sidebar parallel routes map to StandardLayout.
Feb 18, 2026LaunchThat Team
This template uses Next.js parallel routes to inject layout sections into a single root shell.
Slot mapping
src/app/@header/default.tsx-> header slotsrc/app/@footer/default.tsx-> footer slotsrc/app/@sidebar/default.tsx-> sidebar slot
src/app/layout.tsx receives these as props.header, props.footer, and
props.sidebar.
Ready to publish your next update?
Browse all posts