<div class="side-bar__overlay"></div>

<div class="side-bar__container">
  {{yield (hash
    header=(component 'side-bar-header' sideBar=this theme=theme)
    body=(component 'side-bar-body' sideBar=this theme=theme)
    footer=(component 'side-bar-footer' sideBar=this theme=theme)
    isCollapsed=isCollapsed
  )}}
</div>
