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