{% if block["items"] %}
{% for item in block["items"] %}
{% if item.href %}
{{ item.label }}
{% else %}
{{ item.label }}
{% endif %}
{% if item.content_type %}
{{ item.content_type }}
{% endif %}
{% endfor %}
{% else %}
No artifacts available.
{% endif %}