summaryrefslogtreecommitdiff
path: root/template/main.tpl.html
blob: 020a259ed93b6ae997309f3a77fa23a48be0e987 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
    <title>Cool timer app</title>
    <link rel="stylesheet" href="/static/style.css" />
</head>
<body>
    Hello
    {{ . }}
</body>
</html>