Function kitamura::render_template

source ·
pub fn render_template(
    html: String,
    parameters: HashMap<String, Value>
) -> Result<String, String>