% include view/auth.html

% 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 % set i = 0 % while $commit and $i < $limit do % set sig = $commit:signature() % set commit = $commit:parent() % set i = $i + 1 % end
date commit author
{{os.date("%Y-%m-%d", $sig.time_)}} {{$commit:summary()}} {{$sig.email}}