.HANDLEBARS 文件扩展名
Handlebars Template
| 开发者 | 不适用 |
| 受欢迎程度 |
4.3 | 4 票 |
什么是 HANDLEBARS 文件?
File created by Handlebars, a web template framework; contains a template written in HTML code and embedded with handlebars expressions; same as the .HBS file.
更多信息
A Handlebars expression is the basic unit of the template and appears like this: {{contents}}.
To deliver a HANDLEBARS file to the browser, include it in the script tag:
<script id="entry-template" type="text/x-handlebars-template">
template content
</script>
注: Handlebars is a JavaScript library that helps developers create templates that bind data, which creates cleaner, more efficient code.
可打开或引用 HANDLEBARS 文件的程序
Windows
Mac