tawny/app/templates_src/messages.lisp

5 lines
165 B
Common Lisp
Raw Normal View History

2025-08-26 21:27:11 -04:00
(text "{%- import \"components.lisp\" as components -%}")
(text "{% for message in messages -%}")
(text "{{ components::message(message) }}")
(text "{%- endfor %}")