Site updated at 2016-10-11 10:00:06 UTC

This commit is contained in:
Travis CI 2016-10-11 10:00:07 +00:00
parent 9d6409db9c
commit 354f359b06
25 changed files with 44 additions and 38 deletions

View file

@ -162,6 +162,12 @@ Content...Written in markdown.
<p>When youre writing code that is to be executed on the terminal, prefix it with <code class="highlighter-rouge">$</code>.</p>
<h3><a class="title-link" name="templates" href="#templates"></a> Templates</h3>
<p>For the <a href="/topics/templating/">configuration templating</a> is <a href="http://jinja.pocoo.org/">Jinja</a> used.</p>
<p>You need to embed all templates with <code class="highlighter-rouge">...</code> otherwise they will be rendered and this result in an empty output.</p>
<h3><a class="title-link" name="html" href="#html"></a> HTML</h3>
<p>The direct usage of HTML is supported but not recommended. The note boxes are an exception.</p>