@include 'layout/head.html'
@include 'layout/header.html' .form-error { @ctx.form_error }
@include 'layout/repo_menu.html'
@{issue.formatted_title()}
#@issue.id
@issue_author.username
%issue_opened @{issue.relative_time()}
@{issue.formatted_body()}
@for comment_with_user in comments_with_users
@comment_with_user.user.username
%pr_commented @comment_with_user.item.relative()
@comment_with_user.item.text
@end @if ctx.logged_in
@end
@js '/js/block-form.js' @include 'layout/footer.html'