Преглед изворни кода

Added the keywords "imports", "nested" and "subtemplates" to the docs for Partials. It took me forever to find this feature because those were the keywords I was looking for. The term "partials" means something slightly different in some circles, so I kept misinterpretting their use when skimming the docs.

tags/v2.1.0
Mark McEver пре 11 година
родитељ
комит
2d12c61bac
1 измењених фајлова са 2 додато и 1 уклоњено
  1. +2
    -1
      README.md

+ 2
- 1
README.md Прегледај датотеку

@@ -382,7 +382,8 @@ Mustache requires only this:
{{> next_more}}
```

Why? Because the `next_more.mustache` file will inherit the `size` and `start` variables from the calling context. In this way you may want to think of partials as includes, or template expansion, even though it's not literally true.
Why? Because the `next_more.mustache` file will inherit the `size` and `start` variables from the calling context. In this way you may want to think of partials as includes, imports, template expansion, nested templates, or subtemplates, even though those aren't literally the case here.


For example, this template and partial:



Loading…
Откажи
Сачувај