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

%projects

@if ctx.logged_in && repo.user_id == ctx.user.id %project_new @end
@if projects.len == 0
%project_none
@else @end
@include 'layout/footer.html'