EEx.Engine.handle_text
You're seeing just the callback
handle_text
, go back to EEx.Engine module for more information.
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.