Compiles a Diet template given as a string.
The final HTML will be written to the given _diet_output output range.
The contents of the Diet template
A list of variables to make available inside of the template, as well as traits structs annotated with the @dietTraits attribute.
The output range to write the generated HTML to.
compileHTMLDietFileString, compileHTMLDietStrings
See Implementation
Compiles a Diet template given as a string.
The final HTML will be written to the given _diet_output output range.