summaryrefslogtreecommitdiff
path: root/wk9/lect/cookies/templates/layout.html
blob: c9965f42b8053721014b9a540e10f2fa094b6e1e (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>

<html lang="en">
    <head>
        <meta name="viewport" content="initial-scale=1, width=device-width">
        <title>hello</title>
    </head>
    <body>
        {% block body %}{% endblock %}
    </body>
</html>