Function hisho_core::template::render_string
source · pub fn render_string(template: String, data: &Object) -> Option<String>
Expand description
Try to render a string template with the given data for variables.
pub fn render_string(template: String, data: &Object) -> Option<String>
Try to render a string template with the given data for variables.