File tree Expand file tree Collapse file tree 4 files changed +8
-10
lines changed
docs/level-11-use-handlebars Expand file tree Collapse file tree 4 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ Contributors
33
44In alphabetical order:
55
6- `John Vandenberg <https://github.com/jayvdb >`_
7- `PRAJWAL M <https://github.com/PrajwalM2212 >`_
8- `SerekKiri <https://github.com/SerekKiri >`_
6+ * `Charlie Liu <https://github.com/CLiu13 >`_
7+ * `John Vandenberg <https://github.com/jayvdb >`_
8+ * `PRAJWAL M <https://github.com/PrajwalM2212 >`_
9+ * `SerekKiri <https://github.com/SerekKiri >`_
Original file line number Diff line number Diff line change 1- requires :
2- - moban-handlebars
3-
41targets :
52 - a.output : a.template.handlebars
63 - b.output : base.hbs
Original file line number Diff line number Diff line change @@ -8,14 +8,13 @@ kindly contributed moban-handlebars plugin.
88Evaluation
99--------------------------------------------------------------------------------
1010
11- Please go to `docs/level-11-use-handlebars ` directory.
11+ Please go to `docs/level-11-use-handlebars ` directory. You will have to::
12+
13+ $ pip install moban-handlebars
1214
1315
1416Here is the `.moban.yml `, which replaces `jj2 ` with handlebars files in level 4::
1517
16- requires:
17- - moban-handlebars
18-
1918 targets:
2019 - a.output: a.template.handlebars
2120 - b.output: base.hbs
Original file line number Diff line number Diff line change 66moban
77black ;python_version >= "3.6"
88isort ;python_version >= "3.6"
9+ moban-handlebars
You can’t perform that action at this time.
0 commit comments