betty.html module¶ Provide the HTML API, for generating HTML pages. class betty.html.CssProvider[source]¶ Bases: ABC Provide CSS for HTML pages. abstract property public_css_paths: list[str]¶ The public URL paths to the CSS files to include in each HTML page. class betty.html.JsProvider[source]¶ Bases: ABC Provide JavaScript for HTML pages. abstract property public_js_paths: list[str]¶ The public URL paths to the JavaScript files to include in each HTML page.