diff --git a/website/content/docs/templates/legacy_json_templates/engine.mdx b/website/content/docs/templates/legacy_json_templates/engine.mdx index 3a672f592..653ce7eaf 100644 --- a/website/content/docs/templates/legacy_json_templates/engine.mdx +++ b/website/content/docs/templates/legacy_json_templates/engine.mdx @@ -6,14 +6,14 @@ description: | page_title: Template Engine - Templates --- -`@include 'from-1.5/legacy-json-warning.mdx'` - # Template Engine All strings within templates are processed by a common Packer templating engine, where variables and functions can be used to modify the value of a configuration parameter at runtime. +`@include 'from-1.5/legacy-json-warning.mdx'` + The syntax of templates uses the following conventions: - Anything template related happens within double-braces: `{{ }}`.