betty.html module¶ Provide the HTML API, for generating HTML pages. class betty.html.CssProvider[source]¶ Bases: object Provide CSS for HTML pages. 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: object Provide JavaScript for HTML pages. property public_js_paths: list[str]¶ The public URL paths to the JavaScript files to include in each HTML page.