The template environment contains functions that are available from inside templates.
dom-find find-section find-tag relative-url static-file
(dom-find pred root)
Find the first element in a depth first traversal of the DOM that satisfies a given predicate.
(find-section name root)
Find a given section name to insert into the document.
(find-tag tag root)
Find the first instance of a given tag
(relative-url url)
Express a url relative to (dyn :url). The given url should be absolute from the site root, like /index.html.
(static-file src &opt dest)
Make sure a static file is available in the generated site