diff --git a/website/source/docs/configuration/interpolation.html.md b/website/source/docs/configuration/interpolation.html.md index 5c3ce791d..b7b8c9d65 100644 --- a/website/source/docs/configuration/interpolation.html.md +++ b/website/source/docs/configuration/interpolation.html.md @@ -133,7 +133,7 @@ The supported built-in functions are: ## Templates -Long strings can be managed using templates. Templates are [resources](/docs/configuration/resources.html) defined by a filename and some variables to use during interpolation. They have a computed `rendered` attribute containing the result. +Long strings can be managed using templates. [Templates](/docs/providers/template/index.html) are [resources](/docs/configuration/resources.html) defined by a filename and some variables to use during interpolation. They have a computed `rendered` attribute containing the result. A template resource looks like: diff --git a/website/source/docs/providers/template/r/file.html.md b/website/source/docs/providers/template/r/file.html.md index a2e176f38..8fc13823b 100644 --- a/website/source/docs/providers/template/r/file.html.md +++ b/website/source/docs/providers/template/r/file.html.md @@ -41,3 +41,6 @@ The following attributes are exported: * `vars` - See Argument Reference above. * `rendered` - The final rendered template. +## Template files syntax + +The syntax of the template files is [documented here](/docs/configuration/interpolation.html), under the "Templates" section.