blob: 82d3c029ef5fef70d60b1169e730776b70812ed5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<html>
<head>
<title>{{ .Title | default "Example Gemtext File" }}</title>
<link rel="stylesheet" type="text/css" href="/bamboo.css" />
</head>
<body>
{{ .Body }}
</body>
</html>
|