Jade/views/chat.html
2024-04-24 08:49:58 +02:00

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>