master
yumoqing 2024-02-19 12:35:16 +08:00
parent d1ea3d0e35
commit c12f524360
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ class TemplateProcessor(BaseProcessor):
path = self.resource.url2path(url)
ns = self.run_ns
te = self.run_ns['tmpl_engine']
# print(f'{url=}, {path=}')
print(f'{url=}, {path=}')
# return await te.render(url,**ns)
return await te.render(path,**ns)