···2627pub mod atproto;
28pub mod base_html;
029pub mod code_pretty;
030pub mod css;
31pub mod facet;
32pub mod leaflet;
···2627pub mod atproto;
28pub mod base_html;
29+#[cfg(feature = "syntax-highlighting")]
30pub mod code_pretty;
31+#[cfg(feature = "syntax-css")]
32pub mod css;
33pub mod facet;
34pub mod leaflet;