(defmacro sniptest "A handy macro for experimenting at the repl" [source-string & forms] `(sniptest* (html-snippet ~source-string) (transformation ~@forms)))
Comments top
No comments for sniptest. Log in to add a comment.