bugfix
This commit is contained in:
parent
a0bb3dec12
commit
7ecda6d7e5
@ -136,7 +136,7 @@ class TemplateProcessor(BaseProcessor):
|
|||||||
url = self.resource.entireUrl(request, path)
|
url = self.resource.entireUrl(request, path)
|
||||||
ns = self.run_ns
|
ns = self.run_ns
|
||||||
te = self.run_ns['tmpl_engine']
|
te = self.run_ns['tmpl_engine']
|
||||||
print(f'{url=}, {ns=}, {path=}')
|
print(f'{url=}, {path=}')
|
||||||
# return await te.render(url,**ns)
|
# return await te.render(url,**ns)
|
||||||
return await te.render(path,**ns)
|
return await te.render(path,**ns)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user