pub async fn get_static_page_data(
    path: &str,
    has_state: bool,
    immutable_store: &ImmutableStore
) -> Result<PageData, ServerError>
Expand description

Gets the static page data.