Utility Crate to Compile Static Sites based on RDXL macros
```rust
fn thisfunctionisawebpage() -> DotHtml { dot_html!(
This webpage uses the default HTML Template.
) }fn thisfunctionisalsoawebpage() -> DotHtml { dothtml!( template="other_template.html", title="Hello World", description="Classic Cinematic Drama Movie Reviews",
This year was not a good year for Cinema.
) } ```