<!DOCTYPE html>
<html>
<head>
  <title>[dialog-error]{% trans %}SITE'S TOO BUSY{% endtrans %}</title>
  <style>@import url(odysseus:butterick.css);</style>
</head>
<body>
  <main>
    <h1>{% trans %}The Website Is Too Busy Serving Others{% endtrans %}</h1>
    <p>{% trans %}You'll just have to wait.{% endtrans %}</p>

    <!-- does a simple reload -->
    <form method="GET">
      <p><button type="submit"><img src="icon:16/view-refresh">
        {% trans %}Reload{% endtrans %}</button></p>
    </form>
  </main>
</body>
</html>
