- Introduction: a tour of the library features, and most common use cases.
The core Mustache:
- Templates: how to load templates.
- Runtime: how your data is rendered.
- ViewModel: an overview of various techniques to feed templates.
- Partials: decompose your templates into components named "partials".
GRMustache offers services on top of the minimalistic genuine Mustache:
- Template Inheritance: have templates inherit other ones, and reuse common layouts, for example.
- Standard Library: built-in candy, for your convenience.
- HTML vs. Text templates
- NSFormatter, NSNumberFormatter, NSDateFormatter, etc. Use them.
- Filters:
{{ uppercase(name) }}
et al. - Rendering Objects: "Mustache lambdas", and more.
- Tag Delegates: observe and alter template rendering.
- Compatibility: compatibility with other Mustache implementations, in details.
- Security: an important matter.
- Templates Repositories: manage groups of templates.
- Configuration
- Forking Guide: general information about the library.