<!DOCTYPE html>
<html lang="de">
    <head>
        {% block header %}
        <link rel="stylesheet" href="{{ url_for('normalize.css', path='normalize.css') }}">
        <link rel="stylesheet" href="{{ url_for('milligram', path='dist/milligram.min.css') }}">
        <link rel="stylesheet" href="{{ url_for('@fortawesome/fontawesome-free', path='css/all.min.css') }}">

        <link rel="stylesheet" href="{{ url_for('static', path='style.css') }}" type="text/css"/>
        <link rel="stylesheet" href="{{ url_for('static', path='roboto.css') }}" type="text/css"/>

        <title>Embeddable calendar</title>
        {% endblock %}
    </head>

    <body>
        {% block body %}
        {% endblock %}
    </body>
</html>