bugfix
This commit is contained in:
parent
d1ea3d0e35
commit
c12f524360
@ -137,7 +137,7 @@ class TemplateProcessor(BaseProcessor):
|
|||||||
path = self.resource.url2path(url)
|
path = self.resource.url2path(url)
|
||||||
ns = self.run_ns
|
ns = self.run_ns
|
||||||
te = self.run_ns['tmpl_engine']
|
te = self.run_ns['tmpl_engine']
|
||||||
# print(f'{url=}, {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