compileHTMLDietString

Compiles a Diet template given as a string.

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

template compileHTMLDietString(string contents, ALIASES...)
void
compileHTMLDietString
(
R
)
(
ref R dst
)

Parameters

contents

The contents of the Diet template

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

compileHTMLDietFileString, compileHTMLDietStrings

Meta