Copyright © 2009-2010 Marc Worrell
Authors: Marc Worrell (marc@worrell.nl).
render/4 | Render the names scomp, Args are the scomp arguments and Vars are the variables given to the template. |
render_all/4 | |
render_optional/4 |
render(ScompName, Args, Vars, Context) -> {ok, Context} | {ok, io_list} | {error, Reason}
Render the names scomp, Args are the scomp arguments and Vars are the variables given to the template
render_all(ScompName, Args, Vars, Context) -> any()
render_optional(ScompName, Args, Vars, Context) -> any()
Generated by EDoc