summaryrefslogtreecommitdiff
path: root/examples/wsgi/templates/root.html
blob: 6b57fc39a42f9eb93666d16884d8d1933c315e35 (plain)
1
2
3
4
5
6
7
<html>

<head><title>hi</title></head>
<body>
    ${next.body()}
</body>
</html>