Template.ParseGlob("*.html") //fetches all html files from current directory.
Template.ParseGlob("**/*.html") //Seems to only fetch at one level depth
「ウォーク」ソリューションを探しているわけではありません。これが可能かどうか知りたいだけです。これが期待する「パターン」がよくわかりません。ParseGlob で使用されるパターンについて説明を得ることができれば、それも素晴らしいことです。