所以我的计划是有一个公共config.jade
文件,其中包含许多模板中使用的变量。比如API密钥及其代理。
到目前为止我的设置。
config.jade
- var GREETING = "HOWDY!"
template.jade
include ./config
h1 #{GREETING}
我得到的只是空白<h1>
。是什么赋予了?这不行吗?
答案 0 :(得分:0)
我认为s
中有额外的template.jade
。
include ./config