diff --git a/aio/content/guide/glossary.md b/aio/content/guide/glossary.md index ec561cc79e..3c8ddda9e2 100644 --- a/aio/content/guide/glossary.md +++ b/aio/content/guide/glossary.md @@ -964,6 +964,27 @@ The following example defines a template reference variable named `#phone`. For more information, see the [Template reference variable](guide/template-reference-variables) guide. + +{@a template-input-variable} + +## template input variable + +A template input variable is a variable you can reference within a single instance of the template. You declare a template input variable using the `let` keyword as in `let customer`. + +``` +