我是django的新手.我无法使用两级或多级字典呈现模板.下面是我的视图和模板代码.
来自view.py的代码
myList = { 'ParentABC': { 'ABC' : '#' } } return render_to_response('index.html', myList)
我试过两个不同的模板,但没有运气:Template1-
模板2-
渲染后我总是低于html:
请帮我一样.