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