@include 'layout/head.html' @include 'layout/header.html'
@include 'layout/repo_menu.html'

Branches

.branches { @for branch in branches .branch { .clog-block { .clog { .clog-msg { @branch.name } @branch.author span.clog-time { updated @branch.relative() } } } } @end }
@include 'layout/footer.html'