Files

8 lines
168 B
Plaintext
Raw Permalink Normal View History

2026-02-13 15:03:02 +00:00
{{ define "main" }}
<main class="container">
<section class="chat" id="chat" aria-live="polite">
</section>
{{ template "footer" . }}
</main>
{{ end }}