Template file writing
Template file writing
(find-template path session)
Find a template for the specified path, for application to the given node. Templates may be specialised.
Find a template for the specified path, for application to the given node. Templates may be specialised.
(get-resource path)
Loads a resource. Returns a URI.
Loads a resource. Returns a URI.
(interpolate-template path values session)
Interpolate the given template.
Interpolate the given template.
(path-components path)
Split a resource path into path, basename and extension components.
Split a resource path into path, basename and extension components.
(pathname path file ext)
Build a pathname from a list of path and filename parts. Last part is assumed to be a file extension.
'The name of a resource is a '/'-separated path name that identifies the resource.'
Build a pathname from a list of path and filename parts. Last part is assumed to be a file extension. 'The name of a resource is a '/'-separated path name that identifies the resource.'
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close