Meteor でパーシャル (HTML のフラグメント) をネストする方法はありますか?
どうして言えないの
<template name="foo">hello world!</template>
<template name="bar">{{> foo}}</template>
<template name="baz">{{> bar}}</template>
?
これは、どの HTML ページでも非常に一般的なことであり、Mustache と Handlebars の通常の機能です。これを試してみると、Meteor が黙って失敗するのはなぜですか?