rdxl_static

Utility Crate to Compile Static Sites based on RDXL macros

```rust

[dot]

fn thisfunctionisawebpage() -> DotHtml { dot_html!(

This webpage uses the default HTML Template.

) }

[dot]

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.

) } ```