Currently page is constructed by appending strings to a string value which is very inneficient.
We should use some more efficient mechanism.
Also, it probably would be better to have page body object in the context and not passed as a return value from functions.
Currently page is constructed by appending strings to a string value which is very inneficient. We should use some more efficient mechanism. Also, it probably would be better to have page body object in the context and not passed as a return value from functions.