polly 0.1.2

A templating language for Rust.
Documentation
1
2
3
4
5
6
/!DOCTYPE(html)
/html{
    /body {
        /p {Hello @object.world!}
    }
}