<!DOCTYPE html>
<!--
vim: ft=html fileencoding=utf-8 sts=4 sw=4 et:
-->

<html>
    <head>
        <meta charset="utf-8">
        <title>qutebrowser javascript test</title>
        <style type="text/css">
            {% block style %}
            body {
                font-size: 50px;
                line-height: 70px;
            }
            {% endblock %}
        </style>
    </head>
    <body>
        {% block content %}
        {% endblock %}
    </body>
</html>