handlebars-extend-block:为车把创建扩展块

时间:2024-07-27 04:29:57
【文件属性】:

文件名称:handlebars-extend-block:为车把创建扩展块

文件大小:4KB

文件格式:ZIP

更新时间:2024-07-27 04:29:57

JavaScript

车把扩展块 为把手创建扩展块,允许部分将文本注入父元素。 这通常对脚本和样式标签很有用。 例子 var handlebars = require ( 'handlebars' ) ; var extend = require ( 'handlebars-extend-block' ) ; handlebars = extend ( handlebars ) ; 布局文件 < head > < title > {{title}} </ title > < link rel =' stylesheet ' href =' /css/style.css ' > {{{block "stylesheets"}}} </ head > < body > {{{body}}} < hr> post body < hr> {{


【文件预览】:
handlebars-extend-block-master
----.gitignore(587B)
----package.json(716B)
----.travis.yml(38B)
----LICENSE(1KB)
----index.js(487B)
----README.md(767B)
----tests()
--------index.js(539B)
----HISTORY.md(35B)

网友评论