<div class="drawer-controls">
  <a href=".editor-drawer" data-toggle="drawer" aria-foldedopen="false" aria-controls="editor-drawer" class="btn btn-primary btn-md folded" aria-expanded="false"><span class="glyphicon glyphicon-cog" aria-hidden="true"></span></a>
</div>
<div class="drawer-contents">
  <div class="drawer-heading">
    <h2 class="drawer-title">
      {{#if hasBackRoute}}
        {{#link-to backRoute model}}
          <span class="glyphicon glyphicon-home" aria-hidden="true"></span> {{header}}
        {{/link-to}}
      {{/if}}
      {{#if hasBackAction}}
        <a href="#" {{action 'goBack'}}>
          <span class="glyphicon glyphicon-home" aria-hidden="true"></span> {{header}}
        </a>
      {{/if}}
      {{#if hasBackUrl}}
        <a href="{{backRoute}}" >
          <span class="glyphicon glyphicon-home" aria-hidden="true"></span> {{header}}
        </a>
      {{/if}}
      </h2>
  </div>
  <div class="drawer-body">{{yield}}</div>
</div>
