path : {{ artifact.path }}, size : {{ artifact.file_size }} byte(s)


{% if text_content %}
{{text_content}}
{% elif image_content %} {% if file_extension in ['jpg', 'jpeg'] %} an artifact image {% elif file_extension in ['png'] %} an artifact image {% endif %} {% endif %}