public interface Mustache
String getName()
String render(Object data)
data - Optional context object (ideally immutable), may be
nullvoid render(Appendable appendable, Object data)
appendable - The appendable to append the rendered template todata - Optional context object (ideally immutable), may be
nullCopyright © 2014. All Rights Reserved.