cot 0.6.0

The Rust web framework for lazy developers.
Documentation
<!DOCTYPE html>
<html lang="en">
    <head>
        <title>Internal Server Error</title>
        <style>
            html {
                color-scheme: light dark;
            }

            body {
                width: 35em;
                margin: 0 auto;
                font-family: Tahoma, Verdana, Arial, sans-serif;
            }
        </style>
    </head>
    <body>
        <h1>Internal Server Error</h1>
        <p>
            Sorry, the page you are looking for is currently unavailable.
            <br />
            Please try again later.
        </p>
        <p>
            If you are a user, please report this to the website administrator. If you are the website administrator, please look
            in the server logs for details.
        </p>
    </body>
</html>