EEx.Engine.handle_text

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

handle_text(state, list, text)

View Source

Specs

handle_text(
  state(),
  [line: pos_integer(), column: pos_integer()],
  text :: String.t()
) :: state()

Called for the text/static parts of a template.

It must return the updated state.