summaryrefslogtreecommitdiff
path: root/wk9/lect/froshims/templates/layout.html
blob: ce7703678a8e721a98100214a58d3f3af4871434 (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>froshims</title>
    </head>
    <body>
        {% block body %}{% endblock %}
    </body>
</html>