maud 0.23.0

Compile-time HTML templates.
Documentation
use maud::html;

fn main() {
    html! {
        p.
    };
}