{% extends "base.html" %} {% block title %}Templates — Data Canvas — ICDEV{% endblock %} {% block content %}

Data Design Templates

Pre-built data architecture designs for CUI, IL4/IL5, and multi-classification environments. Click to create a new design from a template.

Back to Dashboard
{% for t in templates %}

{{ t.name }}

{{ t.description or '' }}

{{ t.category or 'general' }}
{% else %}

No templates available.

{% endfor %}
{% endblock %}