From 7ecfbe8b76800d3b57d30c9f7b05d56f4127662e Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Wed, 11 Mar 2015 20:58:42 +0100 Subject: [PATCH] We don't want to give a specific recommendation. --- docs/templates.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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**, -- 2.47.2