Utility Crate to Compile Static Sites based on RDXL macros
```rust
pub fn custom_template(title: String, description: String, xhtml: String) -> String { xhtml!(
fn thisfunctionisawebpage() -> String { dot_html!(
This webpage uses the default HTML Template.
) }fn thisfunctionisalsoawebpage() -> String { dothtml!( template=custom_template, title="Hello World", description="Classic Cinematic Drama Movie Reviews",
This year was not a good year for Cinema.
) } ```There is a template for starting new sites with rdxl_static.