From 7e89ca5541785f2ae310dc5d66caec5951bc71e1 Mon Sep 17 00:00:00 2001 From: Yunus Emre Kalkan Date: Sun, 25 Jan 2026 09:47:52 +0300 Subject: [PATCH] Update custom-commands.md --- docs/en/studio/custom-commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/studio/custom-commands.md b/docs/en/studio/custom-commands.md index ab887ec944..af56492f37 100644 --- a/docs/en/studio/custom-commands.md +++ b/docs/en/studio/custom-commands.md @@ -70,7 +70,7 @@ Execution targets define where the command actually runs. This enables cascading ## Template Variables -Commands support [Scriban](https://github.com/scriban/scriban/blob/master/doc/language.md) template syntax for dynamic values. Use `{{variable}}` to insert context-specific data. +Commands support [Scriban](https://github.com/scriban/scriban/blob/master/doc/language.md) template syntax for dynamic values. Use `{%{{{variable}}}%}` to insert context-specific data. ### Available Variables by Context