Creating and populating a dictionary in jinja2 - CMSDK
https://cmsdk.com/python/creating-and-populating-a-dictionary-in-jinja2.htmlI was able to do it like this, any improvements? records = [{'a':1,'b':1, 'c':1},{'a':1,'b':1, 'c':1}, {'a':2,'b':1, 'c':1}, {'a':3,'b':1, 'c':1}] t = jinja2.Template ...