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.
pub fn render_entry(
env: &Environment,
state: &mut RenderState<'_>,
root: &Node,
ctx_stack: &mut CtxStack,
) -> Result<String>Entry: handle {% extends %} child templates, otherwise normal render.