@include 'layout/head.html' @include 'layout/header.html' .form-error { @ctx.form_error }
@include 'layout/repo_menu.html'

@{issue.formatted_title()} #@issue.id

@{issue.formatted_body()}
@for comment_with_user in comments_with_users
@comment_with_user.item.text
@end @if ctx.logged_in
@end
@js '/js/block-form.js' @include 'layout/footer.html'