blob: 71716587207366332ac8c08f72820f8e3d99838c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$def with (page)
<!DOCTYPE html>
<html lang="en">
<head>
<title>Shareguard</title>
<link rel="stylesheet" type="text/css" href="/static/main.css" />
</head>
<body>
$:page
</body>
</html>
|