<html>
<head>
<meta charset="UTF-8">
<title>{title}</title>
<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>