• 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).

    Parameters

    • parsed: ParseResult

      parsed source to render

    • inserts: Insert<Record<string, never>>[]

      possible inserts to use when rendering

    • modifiers: Modifier[]

      possible modifiers to use when rendering

    • ignoreVars: boolean = false

      don't set variables?

    Returns string

Generated using TypeDoc