我有一個非常簡單的用例,它似乎沒有被任何現成的文檔所覆蓋。 在我的index.html我想多內容領域: <!-- in my index html -- a single page landing site -->
<body>
<section id="about">
{{{about}}}
</section>
<section id="faq">
我爲我的Metalsmith網站使用了Underscore的模板引擎,並且在訪問footer部分時遇到了一些問題。我收到一條錯誤消息: ReferenceError: footer is not defined
我應該怎麼稱呼它?我究竟做錯了什麼? 謝謝。 這是我的Metalsmith構建文件的模板部分: ...
.use(layouts({
engine: 'underscore