{% extends 'chatui-widget/base.html' %} {% block content %} {% if response %}
{% include 'chatui-widget/result.html' %}
{% endif %} {% endblock %}