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.
変数を直接マクロに渡さずに、マクロ内から現在のテンプレートの変数にアクセスすることは可能ですか? ありがとう。
すべてのコンテキスト変数をマクロに渡すことができます:
{{ macro(_context) }}
_contextは、現在定義されているすべての変数 (名前 => 値) を含む特別な変数です。
_context