{% if current_step %}

Input

{% if input_rel %} {% if input_rel.endswith('.png') or input_rel.endswith('.jpg') or input_rel.endswith('.jpeg') %} input artifact {% else %}

{{ input_rel }}

{% endif %} {% else %}

{% endif %}

Output

{% if output_rel %} {% if output_rel.endswith('.png') or output_rel.endswith('.jpg') or output_rel.endswith('.jpeg') %} output artifact {% else %}

{{ output_rel }}

{% endif %} {% else %}

{% endif %}
{% if log_tail %}

Log tail

{{ log_tail }}
{% endif %} {% else %}

Run a step to inspect artifacts.

{% endif %}