docs: move legacy JSON warning under title

With the move to Hashidocs, the version picker is within the text area
for the documentation being displayed. This negatively interacts with
the Note on top, as it obstructs part of the text.

To circumvent this problem, we move the Note after the title/intro.
pull/12061/head
Lucas Bajolet 3 years ago
parent 971340d481
commit 84dc228a68

@ -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: `{{ }}`.

Loading…
Cancel
Save