<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" href="/static/img/favicon.png" type="image/png"> <title> {% block title %}Hacken Open Air 2::24{% endblock %} </title> <link rel="stylesheet" href="/static/css/hoa.css"> </head> <body> {% block content %}{% endblock %} </body> </html>