Skip to content

Commit 9465ac9

Browse files
committed
Add missing template for value_lists example.
1 parent b582bb7 commit 9465ac9

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

examples/value_lists.mustang

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
---
2-
header: Animals
3-
items: ["Dog", "Bear", "Cow", "Pig", "Bird"]
4-
footer: The End
5-
...
1+
{{header}}
2+
------------
3+
{{# items}}
4+
- {{item}}
5+
{{/ items}}
6+
7+
{{footer}}

examples/value_lists.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
header: Animals
3+
items: ["Dog", "Bear", "Cow", "Pig", "Bird"]
4+
footer: The End
5+
...

0 commit comments

Comments
 (0)