- commit
- b2fc32283eae67b8a6d43635eeb5f1650aa762e6
- parent
- 101ac6b397baa177ebdbac71ecbe7b2bd091cf23
- Author
- Tobias Bengfort <tobias.bengfort@gmx.net>
- Date
- 2015-08-23 17:40
Gardening
Diffstat
| M | src/muu-template.js | 4 | ++-- |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/muu-template.js b/src/muu-template.js
@@ -10,8 +10,8 @@ 10 10 * Loops render blocks of text a number of times, depending on the value of 11 11 * the key in the current context. 12 12 *13 -1 * A loop begins with a pound and ends with a slash. That is, {{#person}}14 -1 * begins a "person" section while {{/person}} ends it.-1 13 * A loop begins with a pound and ends with a slash. That is, `{{#person}}` -1 14 * begins a "person" section while `{{/person}}` ends it. 15 15 * 16 16 * If the value is an array, the block is repeated for each item in that array. 17 17 * In any other case, the block is rendered with the outer scope, but only if