From: neilsquinn <56970217+neilsquinn@users.noreply.github.com> Date: Tue, 25 Oct 2022 13:33:24 +0000 (-0400) Subject: Update templates.rst X-Git-Tag: 3.1.3~29^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1742%2Fhead;p=thirdparty%2Fjinja.git Update templates.rst Fix typo --- diff --git a/docs/templates.rst b/docs/templates.rst index ad177419..2471cea3 100644 --- a/docs/templates.rst +++ b/docs/templates.rst @@ -1172,7 +1172,7 @@ none of the templates exist. {% include ['special_sidebar.html', 'sidebar.html'] ignore missing %} A variable, with either a template name or template object, can also be -passed to the statment. +passed to the statement. .. _import: