render_entry

Function render_entry 

Source
pub fn render_entry(
    env: &Environment,
    state: &mut RenderState<'_>,
    root: &Node,
    ctx_stack: &mut CtxStack,
) -> Result<String>
Expand description

Entry: handle {% extends %} child templates, otherwise normal render.