In my model list are appointments.
I have to match them into the correct block of the yearboard.
If I want live-binding (so when I add an item, it gets rendered automatically)
So in this case I will have to grep my list to find the correct appointment for the correct block
If I want to do this inside the ejs. I will have to loop 365 times through a big part of my model.List.
And that's to heavy for browsers to handle.
I'm more looking at a solution to step away from live-binding but then I'm missing out on a lot of stuff when I'm editing the appointment.
I hope I cleared up some of your questions.