yogthos / Selmer

A fast, Django inspired template system in Clojure.
Eclipse Public License 1.0
975 stars 113 forks source link

Whitespace cosmetics #261

Closed borkdude closed 3 years ago

borkdude commented 3 years ago

Is there a reason we can't have some whitespace in filters?

(= "bar" (render "{{ foo | default:bar }}" {:dude 1}))

This PR makes this possible. Please merge with care. I'm not sure if I will introduce any ambiguity in the syntax that cannot be fixed later.

RokLenarcic commented 3 years ago

This PR also closes https://github.com/yogthos/Selmer/issues/198