<section class="content-info">
  {{cms-icon "article"}}
  <p class="content-type">{{friendly-name model}}</p>
  <p class="content-title">
    {{moment-format model.created "YYYY-MM-DD"}} {{model.title}}
  </p>
</section>

<div> {{!- this one scrolls }}

  {{publication-control page=tools.primaryPage
                        returnToHome=returnToHome
                        enabled=tools.editing }}

  {{editorial-control model=model
                      enabled=tools.editing
                      openedField=tools.openedField
                      closeField=(action tools.openField null) }}

  {{field-editors tools=tools}}

</div>
