aboutsummaryrefslogtreecommitdiff
path: root/lib/mstch/test/data/implicit_iterator.mustache
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mstch/test/data/implicit_iterator.mustache')
-rw-r--r--lib/mstch/test/data/implicit_iterator.mustache7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/mstch/test/data/implicit_iterator.mustache b/lib/mstch/test/data/implicit_iterator.mustache
new file mode 100644
index 0000000..ae31f34
--- /dev/null
+++ b/lib/mstch/test/data/implicit_iterator.mustache
@@ -0,0 +1,7 @@
+{{# data.author.twitter_id }}
+<meta name="twitter:site:id" content="{{.}}">
+{{/ data.author.twitter_id }}
+
+{{# data.author.name }}
+<meta name="twitter:site" content="{{.}}">
+{{/ data.author.name }}