{{ title }} {% if result.success %} Success {% else %} Failed {% endif %}
{{ result.command }}
{% if has_output %}
{{ primary_output }}
{% else %}

No output.

{% endif %} {% if stderr_detail %}
Detailed stderr
{{ stderr_detail }}
{% endif %}