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.
部分的に使用したいテンプレートと、javascript から単独で使用したいテンプレートがあります。
逆に、すべてのテンプレートを通常のテンプレートとしてコンパイルし、それらをパーシャルとして利用できるようにする方が簡単です。
Handlebars.partials = Handlebars.templates
これにより、テンプレートを通常どおり、またパーシャルとしても使用できるようになります。
{{> normalTemplate}}