unreact 0.2.0-alpha7

A static site generation framework for Rust using Handlebars and Scss.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
    <head>
        <title>404</title>
    </head>

    <body>
        <h1>404 - File not found</h1>
        <h2>Custom 404 page also not found</h2>
        <p>This message will only show in development mode.</p>
    </body>
</html>