The name to associate with contents
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.
compileHTMLDietFile, compileHTMLDietString, compileHTMLDietStrings
Compiles a Diet template given as a string, with support for includes and extensions.
This function behaves the same as compileHTMLDietFile, except that the contents of the file are
The final HTML will be written to the given _diet_output output range.