More internal links in template documentation.

This commit is contained in:
7heo 2015-05-27 12:22:52 +02:00
parent 1128c64ade
commit ff9b74c7e8
2 changed files with 4 additions and 1 deletions

View File

@ -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:

View File

@ -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.