pub async fn get_page<M: MutableStore, T: TranslationsManager>(
    props: GetPageProps<'_, M, T>,
    template_name: &str,
    templates: &TemplateMap<SsrNode>
) -> Result<PageData, ServerError>
Expand description

Gets the HTML/JSON data for the given page path. This will call SSG/SSR/etc., whatever is needed for that page. Note that HTML generated at request-time will always replace anything generated at build-time, incrementally, revalidated, etc.