Context.renderer
interface Context
enum renderer =
q{
public void render(string embd_code,
const(dchar)[] embd_evalCodes=`=`,
string embd_start=`<%`, string embd_end=`%>`
)() {
mixin(embd__createRenderingCode(embd_code, embd_start, embd_end, embd_evalCodes));
}
};
embd Context
functionsmanifest constants
The render implementation to mixin to your subclass.