EEx.Engine.handle_begin

You're seeing just the callback handle_begin, go back to EEx.Engine module for more information.

Specs

handle_begin(state()) :: state()

Invoked at the beginning of every nesting.

It must return a new state that is used only inside the nesting. Once the nesting terminates, the current state is resumed.