Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Pyrocms 使用的是 Dwoo 模板引擎。
在 Dwoo 中,我们可以制作继承模板。{扩展“default.html”}'
但是,我不能在使用 Dwoo 的 pyrocms 中做到这一点。
那是行不通的。我们仅使用 Dwoo 来允许主题和书面内容中的动态语法。
你想达到什么目的?这个想法是您制作多个布局并将任何共享内容放入部分中,然后您可以使用 {theme_view('partialname')} 加载它们
所有这些东西在 v0.9.9.7 中有点乱,我们已经为 v1.0 清理了很多主题和语法:)