Когда я пытаюсь использовать следующее:
{% include 'stream_doc.html' with doc=draft %}
в моем HTML (draft
- это объект в контексте итерации цикла), я получаю ошибку:
File "C:\Program Files (x86)\Google\google_appengine\lib\django_1_2\django\template\loader_tags.py", line 210, in do_include
raise TemplateSyntaxError("%r tag takes one argument: the name of the template to be included" % bits[0])
TemplateSyntaxError: u'include' tag takes one argument: the name of the template to be included
Может кто-нибудь сказать мне, что происходит?Насколько я могу судить, я следую документации Django .Это то, что я не могу сделать в движке приложения?