Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
pamelafox committed Jun 28, 2023
1 parent 04b45aa commit c599f52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/advanced/jinja_env.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ to customize the [Jinja2 environment](https://jinja.palletsprojects.com/en/3.0.x
This example shows how to control whitespace with ``lstrip_blocks`` and ``trim_blocks``:

.. code-block:: JSON
{
"project_slug": "sample",
"_jinja2_env_vars": {"lstrip_blocks": true, "trim_blocks": true}
Expand Down

0 comments on commit c599f52

Please sign in to comment.