unreact 0.7.0

A static site generation framework for Rust using Handlebars and Scss.
Documentation
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
        <meta content="utf-8" http-equiv="encoding" />
    </head>
    <body>
        {CONTENT}
    </body>
</html>