vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Template compileHTMLDietStrings

Compiles a set of Diet template files.

template compileHTMLDietStrings(alias FILES_GROUP, ALIASES...) ;

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

Contained Functions

NameDescription
_diet_nodes
compileHTMLDietStrings
exec

Contained Aliases

NameDescription
TRAITS

Parameters

NameDescription
FILES_GROUP A 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

Authors
Copyright
License