You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
render(filename="mytemplate", path="templates")
This does not find the file because in template.py it just sets content=reader(filename) and ignores the path.
The text was updated successfully, but these errors were encountered:
example
render(filename="mytemplate", path="templates")
This does not find the file because in template.py it just sets content=reader(filename) and ignores the path.
The text was updated successfully, but these errors were encountered: