nodejs ejs使用include引入公共文件报错SyntaxError: Unexpected identifier
ejs 3.1.5版本,根据网上的视频教程,使用include引用公共部分的html文件时出现错误
引入代码
<%include footer.html%>
报错
SyntaxError: Unexpected identifier in E:\project\nodejs\views\index.html while compiling ejs
If the above...