Phoenix.LiveView.Helpers.render_block

You're seeing just the macro render_block, go back to Phoenix.LiveView.Helpers module for more information.
Link to this macro

render_block(inner_block, argument \\ [])

View Source (macro)

Renders the @inner_block assign of a component with the given argument.

<%= render_block(@inner_block, value: @value)