mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-25 21:36:52 +08: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 %}
|