Digging in the aiohttp_jinja2 code, I did not find an asynchronous rendering template anywhere. It turns out aiohttp_jinja2 implements only the add-on for aiohttp. And the asynchronous render itself?
And if aiohttp_jinja2 does not implement an asynchronous render, is it possible to make it in some other way?
And how does a synchronous rendering with aiohttp_jinja2 affect performance in this case?