<div class="commit">
<span class="commit-author" title="{{ commit.author }}">{{ commit.author }}</span>
<span class="commit-message" title="{{ commit.message }}">{{ commit.message }}</span>
<span class="commit-id">{{ commit.id }}</span>
<span class="commit-time">{{ commit.relative_time() }}</span>
</div>