summaryrefslogtreecommitdiffstats
path: root/t/mustache/partials/base.mustache
diff options
context:
space:
mode:
Diffstat (limited to 't/mustache/partials/base.mustache')
-rw-r--r--t/mustache/partials/base.mustache4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/mustache/partials/base.mustache b/t/mustache/partials/base.mustache
new file mode 100644
index 0000000..e18ce2d
--- /dev/null
+++ b/t/mustache/partials/base.mustache
@@ -0,0 +1,4 @@
+<h2>Names</h2>
+{{#names}}
+{{> user}}
+{{/names}}