通常,jinja2 render_template 方法会询问 html 的完整路径的字符串。 我按照下面的格式做了,但它仍然会引发错误。
render_template('/var/www/xyz/template/_base_front.html', {"data":"pc"})
我尝试使用 nano 编辑器打开路径,它工作正常。 特定文件具有读取、写入和执行的完全权限。