Renders a template string with the provided data.
This method takes a template containing placeholders and a data object, and returns the rendered string with all placeholders replaced.
The template string to render.
Key-value pairs for variable substitution.
The rendered string.
TemplaterError If template rendering fails.
Defines the public contract for a templater.
Provides a simple method for rendering templates with variable substitution.