compileHTMLDietFile

Compiles a Diet template file that is available as a string import.

The final HTML will be written to the given _diet_output output range.

template compileHTMLDietFile (
string filename
ALIASES...
) {}

Parameters

filename

Name of the main Diet template file.

ALIASES

A list of variables to make available inside of the template, as well as traits structs annotated with the @dietTraits attribute.

See Also

compileHTMLDietString, compileHTMLDietStrings

Meta