- layout
CompiledTemple layout(const(CompiledTemple*) partial)
Undocumented in source.
- render
void render(T os, TempleContext tc)
Undocumented in source. Be warned that the author may not have intended to support it.
- render
void render(void delegate(string) sink, TempleContext tc)
Undocumented in source. Be warned that the author may not have intended to support it.
- render
void render(void function(string) sink, TempleContext tc)
Undocumented in source. Be warned that the author may not have intended to support it.
- render
void render(TempleOutputStream os, TempleContext tc)
Undocumented in source. Be warned that the author may not have intended to support it.
- render
void render(std.stdio.File f, TempleContext tc)
Undocumented in source. Be warned that the author may not have intended to support it.
- render
void render(vibe.core.stream.OutputStream os, TempleContext tc)
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString(TempleContext tc)
Undocumented in source. Be warned that the author may not have intended to support it.
CompiledTemple