@include 'layout/head.html'
@include 'layout/header.html'
@include 'layout/repo_menu.html' @for day, commits2 in d_commits
%commits_on @day
@for commit in commits2
@if commit.author_id in author_usernames
@else
@end
@commit.message
@if commit.author_id in author_usernames
@commit.author
@else
@commit.author
@end
%commit_committed @commit.relative()
@commit.short_hash()
@end
@end @if d_commits.len > 0
@if is_first_page
Prev
@else
Prev
@end
@page of @page_count
@if is_last_page
Next
@else
Next
@end
@end
@include 'layout/footer.html'