proxy70 0.1.1

HTTP proxy for browsing gopher via your browser
Documentation
<html>

<head>
    <meta charset="UTF-8">
    <title>{title}</title>
    <!--link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css"-->
    <link rel="stylesheet" href="static/style.css">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
    <script type="text/javascript" src="static/stuff.js"></script>
</head>

<body>
    <form action="/" method="get">
        <input class="addr_field" name="url" id="url" type="text" placeholder="Gopher address" value="{url}">
        <input type="submit" value="Go">
    </form>

    <hr>

    <section>
        {body | unescaped}
    </section>
</body>

</html>