有没有nodejs模板引擎支持像PHP Smarty这样的模板继承功能?
{block name=head}
default layout content
{/block}
{block name=head}
if page have customize the content it display the customize content, otherwise display the layout content
{/block}
有没有nodejs模板引擎支持像PHP Smarty这样的模板继承功能?
{block name=head}
default layout content
{/block}
{block name=head}
if page have customize the content it display the customize content, otherwise display the layout content
{/block}
试试dust.js的LinkedIn分支:https ://github.com/linkedin/dustjs
它看起来像这样:
{+head}默认布局内容{/head}
dust.js 还支持以下内容: - 异步/流式操作 - 浏览器/节点兼容性 - 扩展 Mustache/ctemplate 语法 - 干净的低级 API - 高性能 - 可组合模板