Error !

TopLevelLookupException: Cant locate template for uri 'faq.html'

return self._load(srcfile, uri) else: raise exceptions.TopLevelLookupException( "Cant locate template for uri %r" % uri ) def adjust_uri(self, uri, relativeto): """Adjust the given ``uri`` based on the given relative URI."""
C:\Python37\lib\site-packages\mako-1.1.4-py3.7.egg\mako\lookup.py, line 263:
"Cant locate template for uri %r" % uri
root.py, line 183:
return lookup.get_template(template).render(**kwargs)