dactyl (dactyl v1.0.1)
Link to this section Summary
Functions
build a #dactyl_template{} from a source string or binary
build a #dactyl_template{} from a source file
Build an internal representation of a dactyl template
render from a template
render from a template using module callbacks
compile a source file, build a template, then render it
compile a source file, build a template, then render it with callbacks
Link to this section Types
Link to this type
arg/0
Specs
arg() :: any().
Link to this type
args/0
Specs
args() :: [arg()].
Specs
dactyl_template()
Link to this type
operation/0
Specs
operation() :: literal | basic.
Link to this type
segment/0
Specs
Link to this section Functions
Link to this function
compile(String)
Link to this function
compile_file(Filename)
Link to this function
new_template(Segs)
Link to this function
render(Dactyl_template, Args)
Link to this function
render(Mod, Dactyl_template, Args)
Link to this function
render_file(Filename, Args)
Link to this function