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.
我不明白 .hjs 和 .hbs 之间的区别。经过一些愚蠢的实验,我发现 .hjs 用于纯模板,而 .hbs 用于部分模板。
有人能指出我正确的方向吗?
我目前的项目中没有使用 hbs——它们都在使用 php 和简单 html+css 的 wp 中——但最近我发现了这个项目,ghost.org,并且模板文件只使用了 HBS。
我认为它们用于模板是有道理的。