In other frameworks like Django, you can read from the DB into array/list, pass the array onto view and display it trough HTML Template. So you can do this without single line of JS code.
Is it possible something similar with Jester? How do I pass the array from the BE to FE?
