このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
jan
/
mustache.js
ミラー元
https://github.com/janl/mustache.js
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
46
Wiki
アクティビティ
ソースを参照
add example for section names with question marks
tags/0.4.0
Jan Lehnardt
15年前
親
1f922fb6f3
コミット
1dabeabfd6
3個のファイルの変更
、
9行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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
ファイルの表示
@@ -0,0 +1,3 @@
{{#person?}}
Hi {{name}}!
{{/person?}}
+ 5
- 0
examples/keys_with_questionmarks.js
ファイルの表示
@@ -0,0 +1,5 @@
var keys_with_questionmarks = {
"person?": {
name: "Jon"
}
}
+ 1
- 0
examples/keys_with_questionmarks.txt
ファイルの表示
@@ -0,0 +1 @@
Hi Jon!
書き込み
プレビュー
読み込み中…
キャンセル
保存