Error !

TopLevelLookupException: Can't locate template for uri '/videos.html'

if os.path.isfile(srcfile): return self._load(srcfile, uri) else: raise exceptions.TopLevelLookupException( "Can't locate template for uri %r" % uri ) from e def adjust_uri(self, uri, relativeto): """Adjust the given ``uri`` based on the given relative URI."""
/srv/venv/lib/python3.11/site-packages/mako/lookup.py, line 253:
raise exceptions.TopLevelLookupException(
/srv/venv/lib/python3.11/site-packages/multimedia/server.py, line 25:
template = self.lookup.get_template("/%s.html" % name)