% if $user == nil then
login
% else
{{$user.name}}
(logout)
% end
% if $prev then
<
% else
<
% end
% set i = 0
% set next = $commit
% while $next and $i < $limit do
% set next = $next:parent()
% set i = $i + 1
% end
% if $next then
>
% else
>
% end
Commits:
% set i = 0
% while $commit and $i < $limit do
- {{$commit:summary()}}
% set commit = $commit:parent()
% set i = $i + 1
% end