Initial commit

This commit is contained in:
Jurgis Sakalauskas
2023-08-28 10:35:08 +03:00
parent 33fedf2171
commit 995ad4c28f
29 changed files with 9311 additions and 1 deletions
+32
View File
@@ -0,0 +1,32 @@
<html lang="lt">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>kobo</title>
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<h1>
{{title}}
</h1>
<div>
{{{body}}}
</div>
<div>
{{#if pagesList}}
{{> pagination }}
{{/if}}
</div>
<div>
{{#if debug}}
<pre>{{toJSON debug}}
</pre>
{{/if}}
</div>
</body>
</html>