//! Frontmatter types and metadata hooks.
use DeserializeOwned;
/// Default frontmatter fields used by [`crate::FlatPage`].
/// Frontmatter hooks for [`crate::FlatPage`].
///
/// Types do not need to implement this trait to be parsed, but
/// [`crate::FlatPage::title`] is only available when they do.