#![cfg_attr(coverage_nightly,coverage(off))]//! Templates for the demo web interface.
//!//! Contains HTML and CSS templates used by the demo server to render
//! interactive reports. These are validated by scripts/validate-demo-assets.ts
modcss;modhtml;#[cfg(test)]modtests;pubusecss::CSS_DARK_THEME;pubusehtml::HTML_TEMPLATE;