This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
clojure-template-benchmarks/src/clojure_template_benchmarks/templates/list.mustache

2 lines
44 B
Plaintext
Raw Normal View History

2013-01-30 02:50:49 -05:00
<ul>{{#items}}<li>{{.}}</li>{{/items}}</ul>