mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-06 21:44:00 -05:00
6 lines
108 B
Django/Jinja
6 lines
108 B
Django/Jinja
{% if issue_comment %}
|
|
{{ issue_comment }}
|
|
{% else %}
|
|
Please fix work item #{{ issue_number }}.
|
|
{% endif %}
|