Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
jan
/
mustache.js
mirror da
https://github.com/janl/mustache.js
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
46
Wiki
Attività
Sfoglia il codice sorgente
add example for section names with question marks
tags/0.4.0
Jan Lehnardt
15 anni fa
parent
1f922fb6f3
commit
1dabeabfd6
3 ha cambiato i file
con
9 aggiunte
e
0 eliminazioni
Visualizzazione separata
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
Vedi File
@@ -0,0 +1,3 @@
{{#person?}}
Hi {{name}}!
{{/person?}}
+ 5
- 0
examples/keys_with_questionmarks.js
Vedi File
@@ -0,0 +1,5 @@
var keys_with_questionmarks = {
"person?": {
name: "Jon"
}
}
+ 1
- 0
examples/keys_with_questionmarks.txt
Vedi File
@@ -0,0 +1 @@
Hi Jon!
Write
Preview
Loading…
Annulla
Salva