@include 'layout/head.html' @if no_users @end
@include 'layout/header.html'
@ctx.form_error
@if no_users %register_admin_account @else %register @end
@if no_users
%raw welcome_to_gitly
@end
@js '/js/register.js' @include 'layout/footer.html'