how to display parent entity while looping through child entities in Jinja2 template
问题 How to use this solution https://stackoverflow.com/a/10067749/604240 in jinja 2 template? 回答1: I agree my question was due to lack of knowledge than problem. Eventually I figured it out how to achieve it. Basically I didn't know how to link loop from python code to query so it's available to Jinja2 template. Although correct solution might be to use map() with callback function https://developers.google.com/appengine/docs/python/ndb/queryclass#Query_map but I am using temporary solution which