{% extends "base.html" %} {% block title %}AI Strategy Wizard — ICDEV™{% endblock %} {% block content %}
{# ── IQE natural-language query widget (AISG collections) ── #} {% set iqe_canvas = "aisg" %} {% set iqe_api_route = "/api/aisg/iqe-query" %} {% set iqe_title = "AISG IQE — ask your AI adoption data" %} {% set iqe_examples = [ {"label": "ROI hours saved", "query": "show ROI hours saved this month"}, {"label": "Skill usage", "query": "list skill usage by maturity band"}, {"label": "Deployed patterns", "query": "which AI patterns are deployed"} ] %} {% include "includes/iqe_query_widget.html" ignore missing %} {% endblock %}