<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>{{ _["Homepage"] }}</title>
</head>
<body>
<form method="POST">
<p><input type="url" name="url" placeholder="{{ _['Web Address'] }}" required /></p>
</form>
<main>
<section>
<h1><a href="history.html">⏳️{{ _["History"] }}</a></h1>
<ul>{% for topsite in tops %}
<li><a href="{{ topsite.href }}">{{ topsite.label }}</a></li>
{% endfor %}</ul>
</section>
</main>
</body>
</html>