<div class="panel">
  <div class="head">
    &#128195; History -
    <a href="/{{OWNER}}/{{REPO}}">{{REPO}}</a>
    @ {{REF}}
  </div>
  <table class="retro commit-table">
    <thead>
      <tr>
        <th>SHA</th>
        <th>Message</th>
        <th>Author</th>
        <th>Date</th>
      </tr>
    </thead>
    <tbody>
      {{COMMITS_HTML}}
    </tbody>
  </table>
  <div class="body pager">
    {{PREV_LINK}}
    {{NEXT_LINK}}
  </div>
</div>
