Hello. Is there any way to use async (tornado.gen) functions in templates?For example, it is possible:But what about using AsyncHTTPClient in the callable function? It is useful for rendering some information from API.The only way is to override tornado.template._parse function and implement own parsing logic using tornado.gen?Could you please give some workarounds? May be I'm missing smth...