compileHTMLDietStrings

Compiles a set of Diet template files.

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

  1. string compileHTMLDietStrings(R dst)
    template compileHTMLDietStrings(alias FILES_GROUP, ALIASES...)
    nothrow
    debug
    string
    compileHTMLDietStrings
    (
    R
    )
    (
    ref R dst
    )
  2. void compileHTMLDietStrings(R dst)

Members

Aliases

TRAITS
alias TRAITS = DietTraits!ALIASES
Undocumented in source.

Functions

compileHTMLDietStrings
string compileHTMLDietStrings(R dst)
Undocumented in source. Be warned that the author may not have intended to support it.
compileHTMLDietStrings
void compileHTMLDietStrings(R dst)
Undocumented in source. Be warned that the author may not have intended to support it.

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