EEx.Engine.handle_body

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

Specs

handle_body(state()) :: Macro.t()

Called at the end of every template.

It must return Elixir's quoted expressions for the template.