master
yumoqing 2024-02-18 16:58:54 +08:00
parent a0bb3dec12
commit 7ecda6d7e5
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ class TemplateProcessor(BaseProcessor):
url = self.resource.entireUrl(request, path)
ns = self.run_ns
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(path,**ns)