fhd / clostache

{{ mustache }} for Clojure
GNU Lesser General Public License v3.0
318 stars 62 forks source link

Support iteration over sets #36

Open skatenerd opened 10 years ago

skatenerd commented 10 years ago

If you try to iterate over a collection: {{#things}} {{id}} {{/things}} But things happens to be a set, nothing gets rendered.