polly 0.1.2

A templating language for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
/!DOCTYPE(html)
/html {
    /body {
        /p {
            $std.if(condition = @condition, component = &text, json = @text)
        }
    }
}

&text(@text) {@text}