连接包含 PUG 文件

问题描述

我无法通过“include ./pages/#{page}. pug”连接另一个文件。你能告诉我如何让它连接吗?

let renderPage = (res,page) => {
    res.render ('html',{data: {page: 'index'}})
}

html
    head
        title=title
        style
        include ./css/styles.css
    body
        case data.page 
            when 'index'
                include ./pages/#{page}.pug

            default
                p Ошибка 404. Страница не найдена

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)