]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
We don't want to give a specific recommendation.
authorMarkus Unterwaditzer <markus@unterwaditzer.net>
Wed, 11 Mar 2015 19:58:42 +0000 (20:58 +0100)
committerMarkus Unterwaditzer <markus@unterwaditzer.net>
Wed, 11 Mar 2015 19:58:42 +0000 (20:58 +0100)
docs/templates.rst

index 7530728be171c0c79f84dbcc9910949bdbe4b096..3ea89629d6743f1436595ec5a46ba00809a95e0e 100644 (file)
@@ -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**,