nunjucks report error
wuchuguang opened this issue · 2 comments
wuchuguang commented
i want to use nunjucks extends base.html
like
/parent.html {%extends "base.html" %}
/base.html something
app.use(views(__dirname+"./", {map:{html:"nunjucks"}}));
but report not find base.html
wuchuguang commented
thanks