我試圖在html評論中寫入循環變量的值,但我只在我的評論中獲得原始文本。 內模板: div This is a simple div
- for itervalue in names
label
//This is a html comment for item #{itervalue} sent to client
input(type='radio', na
我爲我的項目使用pugjs。我無法在pug模板中加載css文件。我使用下面的代碼 index.pug link(rel="stylesheet", href="views/styles/products.css", type="text/css")
This is my project structure