{% extends "base.html" %} {% block title %}AADC Artifacts — {{ design.name }}{% endblock %} {% block content %}
CUI // SP-CTI

📄 Artifacts — {{ design.name }}

Model cards, system cards, AI BOM, use case inventory

← Canvas
{% if artifacts %}
{% for a in artifacts %}

{{ a.title }}

{{ a.artifact_type }}
Generated {{ a.created_at[:19] }}
View Markdown
{{ a.content_md }}
{% endfor %}
{% else %}
No artifacts generated yet. Use the buttons above to generate.
{% endif %} {% endblock %}