5 lines
195 B
HTML
5 lines
195 B
HTML
<div class="chat-container">
|
|
<h1 class="title is-1">Chat Page</h1>
|
|
<div hx-get="/loadChat" hx-trigger="load" hx-swap="outerHTML"></div>
|
|
{% include "partials/chat-input.html" %}
|
|
</div> |