Jade模板继承块内容不起作用

发布于 2024-12-16 12:42:40 字数 345 浏览 0 评论 0原文

我有layout.jade:

html
include includes/head  
body
 header
  h1 Jumplink design
  p web design+creative solutions
 include includes/nav
    block content

和我的about.jade,它应该扩展布局被解析,但没有显示。

extends layout

block content
h3 About me

在我的导航中,我有一个 about.jade 的链接。我不知道发生了什么,没有任何作用。

I have layout.jade:

html
include includes/head  
body
 header
  h1 Jumplink design
  p web design+creative solutions
 include includes/nav
    block content

and my about.jade which is supposed to extend the layout gets parsed but nothing shows.

extends layout

block content
h3 About me

In my navigation, I have a link to about.jade.I don't know what's going on, nothing works.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

风渺 2024-12-23 12:42:40

我希望我可以结束这个问题。问题是我的文件权限在所有文件上都不相同。

I wish I could close this question. The problem was that my file permissions where not the same on all the files.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文