$ {{ command }}
{% if output %}
{{ output }}
{% endif %} {% if error %}
{{ error }}
{% endif %} {% if not output and not error %}

(no output)

{% endif %}