From: Markus Unterwaditzer Date: Wed, 11 Mar 2015 19:58:42 +0000 (+0100) Subject: We don't want to give a specific recommendation. X-Git-Tag: 2.8~46^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ecfbe8b76800d3b57d30c9f7b05d56f4127662e;p=thirdparty%2Fjinja.git We don't want to give a specific recommendation. --- diff --git a/docs/templates.rst b/docs/templates.rst index 7530728b..3ea89629 100644 --- a/docs/templates.rst +++ b/docs/templates.rst @@ -14,9 +14,8 @@ Synopsis -------- A Jinja template is simply a text file. Jinja can generate any text-based -format (HTML, XML, CSV, LaTeX, etc.). A Jinja template -doesn't need to have a specific extension: -``.html``, ``.xml``, ``.html.jinja2``, and ``.j2`` are all just fine. +format (HTML, XML, CSV, LaTeX, etc.). A Jinja template doesn't need to have a +specific extension: ``.html``, ``.xml``, or any other extension is just fine. A template contains **variables** and/or **expressions**, which get replaced with values when a template is *rendered*; and **tags**,