Added missing versionadded for show_full_context()

This commit is contained in:
Seth House 2014-06-27 13:55:23 -06:00
parent cf2cf9bc9f
commit da464e0157

View File

@ -186,6 +186,8 @@ Debugging
The ``show_full_context`` function can be used to output all variables present The ``show_full_context`` function can be used to output all variables present
in the current Jinja context. in the current Jinja context.
.. versionadded:: Helium
.. code-block:: yaml .. code-block:: yaml
Context is: {{ show_full_context }} Context is: {{ show_full_context }}