Files
opds-proxy/html/layout.html
Evan Buss 9daf7bf8b9 init
2024-07-04 14:39:25 -04:00

11 lines
245 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>{{block "title" .}}Kobo OPDS Proxy{{end}}</title>
<link rel="stylesheet" href="./static/style.css">
</head>
<body>
{{block "content" .}}{{end}}
</body>
</html>