We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d88c19 commit 9483b35Copy full SHA for 9483b35
1 file changed
user_guide_src/source/outgoing/view_parser.rst
@@ -95,7 +95,7 @@ array of data to be replaced in the template.
95
In the above example, the template would contain two variables: ``{blog_title}`` and ``{blog_heading}``
96
97
The first parameter to ``render()`` contains the name of the template, where
98
-``blog_template``` is the name of your view template file.
+``blog_template`` is the name of your view template file.
99
100
.. important:: If the file extension is omitted, then the views are expected to end with the .php extension.
101
0 commit comments