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