pub fn build_html_shell(
title: &str,
version: &str,
content_html: &str,
) -> StringExpand description
Wrap content_html in the Hematite dark-theme shell.
content_html is everything inside .wrap — assemble header cards,
sections, etc. in the caller. The shell provides CSS, JS, and the footer.