From 36787f01d2daecada1b1c1555ef529ad14390c04 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Wed, 30 May 2018 21:54:04 +0200 Subject: [PATCH] fix a typo --- doc/templates.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/templates.rst b/doc/templates.rst index 1672cb42e..bbce18747 100644 --- a/doc/templates.rst +++ b/doc/templates.rst @@ -313,7 +313,7 @@ will be available in the included template too: The included template ``render_box.html`` is able to access the ``box`` variable. -The filename of the template depends on the template loader. For instance, the +The name of the template depends on the template loader. For instance, the ``Twig_Loader_Filesystem`` allows you to access other templates by giving the filename. You can access templates in subdirectories with a slash: