This layout is typically used for content pages with supporting sidebar content.

It will have access to the Furniture [PAGE + CONTENT] components, as well as the Content Blocks [MAIN, SIDEBAR + FEATURED].

<article class="page page--rightbar" id="maincontent" role="main">
  <div class="page__header">
    <div class="nhsuk-width-container">
      [ GO_BACK ]
      <h1>[ PAGE_TITLE ]</h1>
      <span class="nhsuk-caption-xl">[ PAGE_CAPTION ]</span>
      <p class="nhsuk-lede-text">[ PAGE_SUMMARY ]</p>
      [ PUBLISHED_INFO ]
      [ TAXONOMIES ]
      [ IF MINIHUB ]
        [ MINIHUB_LIST ]
      [ ENDIF ]
    </div>
  </div>
  <div class="page__layout nhsuk-width-container">
    <div class="page__main">
      [ TABLEOFCONTENTS ]
      <div class="page__content">
        [ CONTENT--MAIN_BLOCKS ]
      </div>
      [ PAGE_LASTUPDATED | REVIEWED_NEXTLAST ]
    </div>
    <aside class="page__rightbar">
      [ CONTENT--SIDEBAR_BLOCKS ]
    </aside>
  </div>
  <div class="page__footer">
    [ IF MINIHUB ]
      [ MINIHUB_PAGINATION ]
    [ ENDIF ]
    [ VERSION_CONTROL | REVIEWED_NEXTLAST ]
    [ TABLEOFCONTENTS--FIXED | BACK_TO_TOP ]
  </div>
  <section class="page__feature">
    [ CONTENT--FEATURED_BLOCKS ]
  </section>
</article>