generated from t/malachite
add: base chat ui
This commit is contained in:
parent
747a05d649
commit
f53eb3d367
10 changed files with 176 additions and 1031 deletions
4
app/templates_src/messages.lisp
Normal file
4
app/templates_src/messages.lisp
Normal file
|
@ -0,0 +1,4 @@
|
|||
(text "{%- import \"components.lisp\" as components -%}")
|
||||
(text "{% for message in messages -%}")
|
||||
(text "{{ components::message(message) }}")
|
||||
(text "{%- endfor %}")
|
Loading…
Add table
Add a link
Reference in a new issue