Interface Mustache.TemplateLoader
- Enclosing class:
Mustache
public static interface Mustache.TemplateLoader
Handles loading partial templates.
-
Method Summary
Modifier and TypeMethodDescriptiongetTemplate(String name) Returns a reader for the template with the supplied name.
-
Method Details
-
getTemplate
-