render abstract method

void render({
  1. Object value,
})

Render and directly output the current section tag. If provided, value will be added to the top of the context's stack.

Implementation

void render({Object value});