Skip to main content

render_template

Function render_template 

Source
pub fn render_template(
    template: &str,
    state: &str,
) -> Result<String, RenderError>
Expand description

Render a FAST HTML template with a JSON state string.