{% extends "base.html" %} {% block title %}Artifact - {{ artifact.kind }} - devqubit{% endblock %} {% block content %}
⚠ Error loading artifact: {{ error }}
{% elif not preview_available %}Artifact too large for preview ({{ "%.1f" | format(size / 1048576) }} MB exceeds {{ "%.0f" | format(max_preview_size / 1048576) }} MB limit)
Download the artifact to view its contents.
{% elif content_json %}{{ content_json | json_pretty }}
{% elif content %}
{{ content }}
{% else %}
Binary content ({{ size }} bytes) - download to view
{% endif %}