{% extends 'base.html' %} {% block content %}

{% block title %} Chat with Bot {% endblock %}

{{ form.hidden_tag() }}

{% endblock %}