pub async fn export_path(
    __arg0: (String, String),
    templates: &TemplateMap<SsrNode>,
    locales: &Locales,
    html_shell: &HtmlShell,
    immutable_store: &ImmutableStore,
    path_prefix: String,
    global_state: &Option<String>
) -> Result<(), ServerError>
Expand description

Exports a single path within a template.