use crate::;
use ;
use Value;
use HashMap;
/// Represents the data necessary to render a page, including document metadata.
/// A version of [`PageData`] that doesn't contain the HTML content of the page.
/// This is designed for being to sent to the client as part of a subsequent
/// load, since the browser can render the HTML content of a page on its own.
///
/// Note that this still contains the `<head>`.