mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
minor edit
This commit is contained in:
parent
c34c6b992f
commit
f9d2664def
@ -273,7 +273,7 @@ class SerializerExtension(Extension, object):
|
||||
{%- set json_src = "{'bar': 'for real'}"|load_json %}
|
||||
Dude, {{ yaml_src.foo }} {{ json_src.bar }}!
|
||||
|
||||
will be rendered has::
|
||||
will be rendered as::
|
||||
|
||||
Dude, it works for real!
|
||||
|
||||
@ -299,7 +299,7 @@ class SerializerExtension(Extension, object):
|
||||
{% endload %}
|
||||
Dude, {{ yaml_src.foo }} {{ json_src.bar }}!
|
||||
|
||||
will be rendered has::
|
||||
will be rendered as::
|
||||
|
||||
Dude, it works for real!
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user