Andrchest's picture
final try 1
e53c2d7
raw
history blame contribute delete
210 Bytes
{% extends "base.html" %}
{% block title %}
<title>Welcome</title>
{% endblock %}
{% block content %}
<button onclick="location.href='/new_chat'" formmethod="post">Get started!</button>
{% endblock %}