compileHTMLDietStrings

Compiles a set of Diet template files.

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

template compileHTMLDietStrings(alias FILES_GROUP, ALIASES...)
void
compileHTMLDietStrings
(
R
)
(
ref R dst
)

Parameters

FILES_GROUP

A diet.input.Group containing an alternating list of file names and file contents.

ALIASES

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

dst

The output range to write the generated HTML to.

See Also

compileHTMLDietString, compileHTMLDietStrings

Meta