【Flask】jinja2.exceptions.TemplateNotFound:xxx.html错误 这种错误都是templates文件夹放错位置,应该将此templates文件夹放置在运行程序的文件夹中,就是说templates文件夹和运行文件位于同一级。