unreact 0.7.0

A static site generation framework for Rust using Handlebars and Scss.
Documentation
<!DOCTYPE html>
<html>
    <head>
        <title>404</title>
        <style>
            /* Dark mode */
            body {
                background-color: #111;
                color: white;
            }
        </style>
    </head>
    <body>
        <h1>404 - File not found</h1>
        <h2>Create a custom 404 page with <code>app.not_found(...)</code></h2>
        <p><b>Note:</b> This message will only show in development mode.</p>
    </body>
</html>
<!--*** This is the FALLBACK 404 page ***-->