render abstract method
Renders the template called name with values.
Throws TemplateNotFound when no such template exists, so a typo is a failure rather than an empty page.
Implementation
String render(String name, Map<String, Object?> values);
Renders the template called name with values.
Throws TemplateNotFound when no such template exists, so a typo is a failure rather than an empty page.
String render(String name, Map<String, Object?> values);