Programming Phoenix Liveview B2.0 - P90

@impl true def mount(_params, _session, socket) do {:ok, assign(socket,:products, list_products())} end

This doesn’t incorporate the :greeting addition we made earlier