This website works better with JavaScript.
Home
Explore
Help
Sign In
jan
/
mustache.js
mirror of
https://github.com/janl/mustache.js
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
46
Wiki
Activity
Browse Source
Merge remote branch 'rbriank/master'
* rbriank/master: simple iterator adding \n bug
tags/0.3.0
Jan Lehnardt
16 years ago
parent
88d3d9cf32
7198e2c578
commit
c2f886602a
3 changed files
with
9 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
examples/simple_iterator.html
+7
-0
examples/simple_iterator.js
+1
-0
examples/simple_iterator.txt
+ 1
- 0
examples/simple_iterator.html
View File
@@ -0,0 +1 @@
{{#names}}{{name}}{{/names}}
+ 7
- 0
examples/simple_iterator.js
View File
@@ -0,0 +1,7 @@
var simple_iterator = {
names:[
{name:"brian"},
{name:"dave"},
{name:"steve"}
]
};
+ 1
- 0
examples/simple_iterator.txt
View File
@@ -0,0 +1 @@
briandavesteve
Write
Preview
Loading…
Cancel
Save