pub async fn build_template_and_get_cfg(
    template: &Template<SsrNode>,
    translator: &Translator,
    __arg2: (&ImmutableStore, &impl MutableStore),
    global_state: &Option<String>,
    exporting: bool
) -> Result<HashMap<String, String>, ServerError>
Expand description

Builds all pages within a template and compiles its component of the render configuration.