generated from t/malachite
15 lines
417 B
Common Lisp
15 lines
417 B
Common Lisp
(text "{%- import \"components.lisp\" as components -%}")
|
|
(text "{% for message in messages -%}")
|
|
(text "{{ components::message(message=message) }}")
|
|
(text "{%- endfor %}")
|
|
|
|
(div
|
|
("class" "hidden")
|
|
("id" "msgs_data_{{ id }}")
|
|
("data-first-message-time" "{{ last_message_time }}"))
|
|
|
|
(text "{% if messages|length == 0 -%}")
|
|
(div
|
|
("class" "hidden")
|
|
("id" "msgs_quit_{{ id }}"))
|
|
(text "{%- endif %}")
|