You’re doing your header and footer as completely distinct live views with live_render
. You probably should do live_component
and make them components not distinct views. This will make passing in assigned values much much easier.
1 Like