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
2013-01-29 23:50:49 -08:00

2 lines
44 B
Plaintext

<ul>{{#items}}<li>{{.}}</li>{{/items}}</ul>