var searchIndex = {}; searchIndex["html_index"] = {"doc":"","items":[[3,"Builder","html_index","Create a new HTML builder.",null,null],[11,"fmt","","",0,{"i":[{"n":"self"},{"n":"formatter"}],"o":{"n":"result"}}],[11,"clone","","",0,{"i":[{"n":"self"}],"o":{"n":"builder"}}],[11,"new","","Create a new instance from an HTML body, including `` tags.",0,{"o":{"n":"self"}}],[11,"raw_body","","Add a body to the document. The body must include `` tags.",0,{"i":[{"n":"self"},{"n":"str"}],"o":{"n":"self"}}],[11,"lang","","Set the document language.",0,{"i":[{"n":"self"},{"n":"str"}],"o":{"n":"self"}}],[11,"description","","Add a `` tag.",0,{"i":[{"n":"self"},{"n":"str"}],"o":{"n":"self"}}],[11,"theme_color","","Add a `` tag.",0,{"i":[{"n":"self"},{"n":"str"}],"o":{"n":"self"}}],[11,"title","","Add a `` tag.",0,{"i":[{"n":"self"},{"n":"str"}],"o":{"n":"self"}}],[11,"script","","Add a `<script defer>` tag. This is ideal for loading scripts that are important for the main application, but shouldn't interfere with the initial rendering.",0,{"i":[{"n":"self"},{"n":"str"}],"o":{"n":"self"}}],[11,"lazy_script","","Add a `<link rel=\"prefetch\">` tag. This is ideal for loading scripts in the background after the main application has loaded.",0,{"i":[{"n":"self"},{"n":"str"}],"o":{"n":"self"}}],[11,"blocking_script","","Add a `<script>` tag. This is ideal for loading scripts that should be loaded before any rendering can start.",0,{"i":[{"n":"self"},{"n":"str"}],"o":{"n":"self"}}],[11,"inline_script","","Add a `<script></script>` tag. This is ideal for loading custom scripts that are essential for loading.",0,{"i":[{"n":"self"},{"n":"str"}],"o":{"n":"self"}}],[11,"style","","Add a non-blocking `<link as=\"style\">` tag. This is ideal for including styles that aren't essential for an initial render pass.",0,{"i":[{"n":"self"},{"n":"str"}],"o":{"n":"self"}}],[11,"inline_style","","Add an inline `<style>` tag. This is ideal for including styles that should be available for an initial render pass.",0,{"i":[{"n":"self"},{"n":"str"}],"o":{"n":"self"}}],[11,"blocking_style","","Add a blocking `<link rel=\"stylesheet\">` tag. This is ideal for externally loading scripts that should be loaded before any rendering can be initialized.",0,{"i":[{"n":"self"},{"n":"str"}],"o":{"n":"self"}}],[11,"favicon","","Add a favicon.",0,{"i":[{"n":"self"},{"n":"str"}],"o":{"n":"self"}}],[11,"manifest","","Add a `manifest.json` link.",0,{"i":[{"n":"self"},{"n":"str"}],"o":{"n":"self"}}],[11,"font","","Add a `<link as=\"font\">` tag.",0,{"i":[{"n":"self"},{"n":"str"}],"o":{"n":"self"}}],[11,"build","","Create an HTML document.",0,{"i":[{"n":"self"}],"o":{"n":"string"}}]],"paths":[[3,"Builder"]]}; initSearch(searchIndex);