Skip to main content

render_static_from_files

Function render_static_from_files 

Source
pub fn render_static_from_files(
    entry_path: &str,
    files: &HashMap<String, String>,
    data: &Value,
) -> Result<String>
Expand description

Render a page from pre-collected files for static output (no live reload).