このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
jan
/
mustache.js
ミラー元
https://github.com/janl/mustache.js
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
46
Wiki
アクティビティ
ソースを参照
add a (failing for now) example of loop inside a partial
tags/0.2.3
Damien Mathieu
16年前
親
5c3a177662
コミット
2d574f70dc
4個のファイルの変更
、
18行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+6
-0
examples/array_partial.2.html
+1
-0
examples/array_partial.html
+5
-0
examples/array_partial.js
+6
-0
examples/array_partial.txt
+ 6
- 0
examples/array_partial.2.html
ファイルの表示
@@ -0,0 +1,6 @@
Here's a non-sense array of values
{{%IMPLICIT-ITERATOR}}
{{#array}}
{{.}}
{{/array}}
+ 1
- 0
examples/array_partial.html
ファイルの表示
@@ -0,0 +1 @@
{{>partial}}
+ 5
- 0
examples/array_partial.js
ファイルの表示
@@ -0,0 +1,5 @@
var partial_context = {
partial: {
array: ['1', '2', '3', '4']
}
};
+ 6
- 0
examples/array_partial.txt
ファイルの表示
@@ -0,0 +1,6 @@
Here's a non-sense array of values
1
2
3
4
書き込み
プレビュー
読み込み中…
キャンセル
保存