$def with (project, issue, comments) $var breadcrumbs = ("projects", "Projects", project, f"{project}", "issues", "Issues") $var title: $issue["name"][0]
$:mkdn(issue["content"][0])
$for comment in comments:
$:mkdn(comment["content"][0]) $comment["published"][0].diff_for_humans()
$if tx.user.session:
$if tx.user.is_owner: