From 103baf2104d16602d208032bbe63b934cbd8d7dc Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 11 Oct 2016 11:54:03 +0200 Subject: [PATCH] Add template section --- source/developers/website.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/developers/website.markdown b/source/developers/website.markdown index e5e636763e0..e2068dc5f49 100644 --- a/source/developers/website.markdown +++ b/source/developers/website.markdown @@ -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 `$`. +### {% 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 %} The direct usage of HTML is supported but not recommended. The note boxes are an exception.