Did you know ... Search Documentation:
Pack simple_template -- prolog/st/st_render.pl
PublicShow source

Turns template together with data into output.

 st_render_string(+String, +Data, +Stream, +File, +Options) is det
Renders given string with the given data into the stream.
 st_render_file(+File, +Data, +Stream, +Options) is det
Renders given file with the given data into the stream.

Undocumented predicates

The following predicates are exported, but not or incorrectly documented.

 st_render_codes(Arg1, Arg2, Arg3, Arg4, Arg5)