summaryrefslogtreecommitdiff
path: root/vendor/mustache/mustache/test/fixtures/examples/section_objects/section_objects.mustache
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/mustache/mustache/test/fixtures/examples/section_objects/section_objects.mustache')
-rw-r--r--vendor/mustache/mustache/test/fixtures/examples/section_objects/section_objects.mustache6
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/mustache/mustache/test/fixtures/examples/section_objects/section_objects.mustache b/vendor/mustache/mustache/test/fixtures/examples/section_objects/section_objects.mustache
new file mode 100644
index 0000000..9119608
--- /dev/null
+++ b/vendor/mustache/mustache/test/fixtures/examples/section_objects/section_objects.mustache
@@ -0,0 +1,6 @@
+* {{ start }}
+{{# middle }}
+* {{ foo }}
+* {{ bar }}
+{{/ middle }}
+* {{ final }} \ No newline at end of file