summaryrefslogtreecommitdiff
path: root/wk9/lect/hello/templates/index.html
blob: 7e90e6742fee8809b3bc71bd516fc768b99cc643 (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>
        hello, {{ name }}
    </body>
</html>