<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta property="og:image" content="https://hackenopenair.de/media/pool.jpeg">
    <link rel="icon" href="./static/img/favicon.png" type="image/png">
    <title>
            {% block title %}Hacken Open Air 2::25{% endblock %}
    </title>
    <link rel="stylesheet" href="./static/css/hoa.css">
  </head>
  <body>
    {% block content %}{% endblock %}
  </body>
  <script>document.getElementById('specht').classList.add('solarized-'+Math.floor(Math.random()*7));</script>
</html>