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

Boundary Design Templates

Pre-built boundary and interconnection designs for ATO boundaries, ISA/MOU, and cross-domain solutions. 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 %}