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

Observability Design Templates

Pre-built observability designs for logging, monitoring, SIEM, and MITRE detection coverage. 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 %}