We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
var express = require('express'); var app = express(); app.engine('tpl', require('yog-swig').renderFile);
不能将yog-swig设为默认模板引擎
The text was updated successfully, but these errors were encountered:
yog-swig 只能被 yog-view 使用呢,不能直接作为 express 的 view engine. 请改用 yog-view
Sorry, something went wrong.
No branches or pull requests
不能将yog-swig设为默认模板引擎
The text was updated successfully, but these errors were encountered: