{% extends "base.html" %} {% block title %}FaultRay - Infrastructure Chat{% endblock %} {% block page_title %}Infrastructure Chat{% endblock %} {% block page_subtitle %}Ask questions about your infrastructure{% endblock %} {% block head %} {% endblock %} {% block content %}

Infrastructure Chat

Ask questions about your infrastructure in natural language.

{% for suggestion in suggestions %} {% endfor %}
{% endblock %} {% block scripts %} {% endblock %}