generated from t/malachite
4 lines
165 B
Common Lisp
4 lines
165 B
Common Lisp
(text "{%- import \"components.lisp\" as components -%}")
|
|
(text "{% for message in messages -%}")
|
|
(text "{{ components::message(message) }}")
|
|
(text "{%- endfor %}")
|