{% extends "htmx/form_base.html" %} {% block form %}
Feedback
{% for message in component.chat_history %}

{{ message.text }}

{% endfor %}
{# Automatically scroll to the bottom of the chat #} {% endblock %}