Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

在Node.js环境里面,添加模版继承的标签 #45

Open
steven0lisa opened this issue Sep 28, 2013 · 1 comment
Open

在Node.js环境里面,添加模版继承的标签 #45

steven0lisa opened this issue Sep 28, 2013 · 1 comment

Comments

@steven0lisa
Copy link

模版继承对于模版而言很重要,希望在服务端能够支持继承语法,比如:
母模版 base.html:

<html>
    {@doLayout}
</html>

子模版:

{@extends 'base.html'}
     <!-- 这里是子模版 -->
{@/extends}
@MichealRui
Copy link

Hi, 可以尝试下juicer include标签,当前版本支持。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants