This "renders" a template as parsed by the parser module. It actually does more than render it to HTML, as templates have side effects (e.g. changing variables).
parser
parsed source to render
possible inserts to use when rendering
possible modifiers to use when rendering
don't set variables?
Generated using TypeDoc
This "renders" a template as parsed by the
parser
module. It actually does more than render it to HTML, as templates have side effects (e.g. changing variables).