Closed JpEncausse closed 9 years ago
Hi,
I really like EJS template because it simple and readable, but do you have best practices to handle async code in templates ?
Don't suggest call async code.
This issue should be closed. EJS itself is completely synchronous, and it is not realistic to hack around that in this project. See QEJS if you want something asynchronous.
Hi,
I really like EJS template because it simple and readable, but do you have best practices to handle async code in templates ?