djinja.djinja

D implementation of Jinja2 templates

Members

Functions

loadData
TemplateNode loadData(string tmpl)
Undocumented in source. Be warned that the author may not have intended to support it.
loadFile
TemplateNode loadFile(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
print
void print(TemplateNode tree)
Undocumented in source. Be warned that the author may not have intended to support it.
render
string render(TemplateNode tree)
Undocumented in source. Be warned that the author may not have intended to support it.
renderData
string renderData(string tmpl)
Undocumented in source. Be warned that the author may not have intended to support it.
renderFile
string renderFile(string path)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

JinjaConfig
struct JinjaConfig
Undocumented in source.

Meta

Authors

Maxim Tyapkin

License

This software is licensed under the terms of the BSD 3-clause license. The full terms of the license can be found in the LICENSE.md file.