//! Static and prerendered content serving.
//!
//! Serves prerendered HTML, static assets, homepage, and metadata files from
//! the web dist directory, falling back to the content repository when a page
//! is known but not prerendered. Re-exports the matcher
//! ([`StaticContentMatcher`]), the serving state ([`StaticContentState`]), and
//! the session helpers ([`SessionInfo`], [`ensure_session`]).
pub use StaticContentMatcher;
pub use *;
pub use serve_homepage;
pub use ;
pub use ;