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
add example for section names with question marks
tags/0.4.0
Jan Lehnardt
15 years ago
parent
1f922fb6f3
commit
1dabeabfd6
3 changed files
with
9 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
examples/keys_with_questionmarks.html
+5
-0
examples/keys_with_questionmarks.js
+1
-0
examples/keys_with_questionmarks.txt
+ 3
- 0
examples/keys_with_questionmarks.html
View File
@@ -0,0 +1,3 @@
{{#person?}}
Hi {{name}}!
{{/person?}}
+ 5
- 0
examples/keys_with_questionmarks.js
View File
@@ -0,0 +1,5 @@
var keys_with_questionmarks = {
"person?": {
name: "Jon"
}
}
+ 1
- 0
examples/keys_with_questionmarks.txt
View File
@@ -0,0 +1 @@
Hi Jon!
Write
Preview
Loading…
Cancel
Save