File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ A bit formal example:
7171.. code-block:: bash
7272
7373 $ moban -c data.yml -t my.template
74+ world
7475
7576Given data.yml as:
7677
@@ -88,11 +89,6 @@ and my.template as:
8889
8990{% endraw %}
9091
91- moban.output will contain:
92-
93- .. code-block:: bash
94-
95- world
9692
9793Please note that data.yml will take precedence over environment variables.
9894
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ A bit formal example:
7070.. code-block :: bash
7171
7272 $ moban -c data.yml -t my.template
73+ world
7374
7475 Given data.yml as:
7576
@@ -86,11 +87,6 @@ and my.template as:
8687 {{hello}}
8788
8889
89- moban.output will contain:
90-
91- .. code-block :: bash
92-
93- world
9490
9591 Please note that data.yml will take precedence over environment variables.
9692
You can’t perform that action at this time.
0 commit comments