summaryrefslogtreecommitdiff
path: root/docs/quick_tour/static_assets/hello_world_static.jinja2
blob: 0fb2ce29651ef0db7c00cc28de10fa9d3ba8ea9f (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html lang="en">
<head>
    <title>Hello World</title>
    <link rel="stylesheet" href="/static/app.css"/>
</head>
<body>
<h1>Hello {{ name }}!</h1>
</body>
</html>