Namespaces

 
1.0.0-SNAPSHOT Arrow_down_16x16
  • (defsnippet name source selector args & forms)
Define a named snippet -- equivalent to (def name (snippet source selector args ...)).

0 Examples top

Log in to add / edit an example.

See Also top

Log in to add a see also.

Plus_12x12 Minus_12x12 Source net/cgrand/enlive_html.clj:578 top

(defmacro defsnippet
 "Define a named snippet -- equivalent to (def name (snippet source selector args ...))."
 [name source selector args & forms]
 `(def ~name (snippet ~source ~selector ~args ~@forms)))
Vars in net.cgrand.enlive-html/defsnippet: defmacro name source concat list seq
Used in 0 other vars

Comments top

No comments for defsnippet. Log in to add a comment.