Skip to main content
For pages that show one item in depth — an event, an article, a location, a profile. It complements the resource index.

Anatomy

  1. Breadcrumb — navigation context
  2. Header — title, metadata, primary action
  3. Content body
  4. Sidebar — related information and actions, on desktop
  5. Related items — at the bottom

Layout

Header variants

With status and actions

With an image

AspectRatio reserves the space before the image loads, which is what stops the heading jumping down the page on a slow connection.

On mobile

The sidebar moves below the content. Put <main> first in the DOM so it is also first in the reading and tab order, not only visually.
For a critical sidebar action, repeat it as a sticky bottom bar:
If you do this, make sure the page has bottom padding to match — otherwise the bar covers the last of the content permanently.

Back navigation

Always give a way back to the index. A breadcrumb is context; this is an action.