{{#*inline "page"}} {{> navbar}}
{{#each commits}}
{{#if (eq this.commit_body "")}}
{{this.commit}}
{{else}}
{{this.commit}}

{{this.commit_body}}
{{/if}}
{{/each}}
{{#if last_commit}} Next {{/if}}
{{/inline}} {{> layout}}