Clojure

5 thoughts
last posted Feb. 14, 2015, 11:35 p.m.

4 later thoughts

0

Clojure templating frameworks: Fleet, Selmer and Stencil.

Fleet uses a special kind of limited syntax to interpolate what seems to be Clojure code into a template.

Selmer is inspired by Django's templating and is used in the Caribou framework.

Stencil is a fairly straight-forward Mustache port