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

Infrastructure Templates

Pre-built infrastructure designs across AWS, Azure, GCP, OCI, IBM, and multi-cloud. 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 %}