main
header-blue
b-container(v-if="loading")
b-overlay(:show="true" spinner-large)
b-container(v-else)
.commit(v-if="error404")
h2 Commit not found
commit-card(
:data="commit"
:author="author_avatar"
:committer="committer_avatar"
:expand="true" v-else
)