← Back to blog

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 slot
  • src/app/@footer/default.tsx -> footer slot
  • src/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