Add template section

This commit is contained in:
Fabian Affolter 2016-10-11 11:54:03 +02:00
parent 7c70ea93f9
commit 103baf2104
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -78,6 +78,12 @@ Note that you can replace `yaml` next to \`\`\` with the language that is within
When you're writing code that is to be executed on the terminal, prefix it with `$`. When you're writing code that is to be executed on the terminal, prefix it with `$`.
### {% linkable_title Templates %}
For the [configuration templating](/topics/templating/) is [Jinja](http://jinja.pocoo.org/) used.
You need to embed all templates with `{% raw %}...{% endraw %}` otherwise they will be rendered and this result in an empty output.
### {% linkable_title HTML %} ### {% linkable_title HTML %}
The direct usage of HTML is supported but not recommended. The note boxes are an exception. The direct usage of HTML is supported but not recommended. The note boxes are an exception.