HTML
Render Clojure data structures to a string of HTML. Strings are **not** automatically escaped, but must be manually es...
macrohiccup.core
Render Clojure data structures to a compiled representation of HTML. To turn the representation into a string, use clo...
macrohiccup2.core
Converts one or more strings into an object that will not be escaped when used with the [[hiccup2.core/html]] macro.
functionhiccup2.core
Resolves the variables from your template string from the local-env, or the namespace and puts them into your template...
macroselmer.parser
- function
selmer.parser
- function
selmer.parser
tag name, fn handler, and maybe tags
macroselmer.parser
- function
selmer.parser
- function
selmer.parser
- function
selmer.parser
- value
selmer.parser
- function
selmer.parser
Turns the argument into a list if it isn't a list already.
functionselmer.parser
Puts &env into a map.
macroselmer.parser
- function
selmer.parser
Compile-time parser of var tag filters.
functionselmer.parser
- function
selmer.parser
- function
selmer.parser
- function
selmer.parser
- function
selmer.parser
- function
selmer.parser
- function
selmer.parser
- function
selmer.parser
- function
selmer.parser
- function
selmer.parser
render takes the string, the context-map and possibly also opts.
functionselmer.parser
Parses files if there isn't a memoized post-parse vector ready to go, renders post-parse vector with passed context-m...
functionselmer.parser
vector of ^selmer.node.INodes and a context map.
functionselmer.parser
Resolves an arg as passed to an add-tag! handler using the provided context-map. A custom tag handler will receive ...
functionselmer.parser
- function
selmer.parser
- function
selmer.parser
set custom location, where templates are being searched for. path may be a java.net.URL instance or a string. If it's ...
functionselmer.parser
- function
selmer.parser
Parses the content of a tag. Returns a map of tag-name -> args & content, which can then be interpreted by the callin...
functionselmer.parser
- value
selmer.parser
- function
selmer.parser
Assocs in the passed tag to the tags map.
functionselmer.parser