--- title: crieur-retrieve design --- # Self-contained html Exporting the article as a self-contained may be the easier and more reliable , as it keep the original ui of the newspaper, and do not require to export in a different format. Creating reusable methods to create a self-contained html page will make it easier to write `Newspaper`s . Those methods would be part of a `crieur-retrieve-tool` library. The `self_contained_html` function have been created to do this. ```rust pub fn self_contained_html>() html: S, downloader: &dyn Fn(Url) -> Option, ) -> String ``` ## Script removal Nothing should be executed by the exported html page. Scripts elements are contained in `