gemini-capsule/capsule/templates/html_template.html

11 lines
146 B
HTML

<html>
<head>
<title>{{.Title}}</title>
<link rel="stylesheet" href="/~valvin/simple.css">
</head>
<body>
{{.Content}}
</body>
</html>